26 lines
374 B
Plaintext
26 lines
374 B
Plaintext
|
= Openrc =
|
||
|
|
||
|
The init system I use
|
||
|
|
||
|
== Configuration ==
|
||
|
|
||
|
* /etc/rc.conf
|
||
|
- global openrc config file
|
||
|
* /etc/conf.d
|
||
|
- Individual config file for each script
|
||
|
|
||
|
== Usage ==
|
||
|
|
||
|
{{{
|
||
|
#remove from a runlevel
|
||
|
rc-update delete <service> default
|
||
|
|
||
|
#show all init-script and their current runlevel
|
||
|
rc-update show -v
|
||
|
|
||
|
#show status of all services
|
||
|
rc-status --servicelist
|
||
|
}}}
|
||
|
|
||
|
[[index]]
|