OPENRC(8) | System Manager's Manual (smm) | OPENRC(8) |
openrc
— stops and
starts services for the specified runlevel
openrc |
[-n , --no-stop ]
[-o , --override ]
[runlevel] |
openrc
first stops any services that are
not in the specified runlevel unless --no-stop is specified, then starts any
services in the runlevel and stacked runlevels added by
rc-update
that are not currently started. If no
runlevel is specified, we use the current runlevel.
There are some special runlevels that you should be aware of:
openrc
uses /lib/rc/init.d to hold state information
about the services it runs. sysinit always runs when the host first starts
should not be run again.You should not call any of these runlevels yourself. Instead you should use init(8) and shutdown(8) and let them call these special runlevels.
-n
,
--no-stop
-o
,
--override
-s
,
--service
-S
,
--sys
-h
,
--help
-C
,
--nocolor
-V
,
--version
-v
,
--verbose
-q
,
--quiet
openrc-run(8), rc-status(8), rc-update(8), init(8), shutdown(8)
Roy Marples ⟨roy@marples.name⟩
May 2, 2009 | OpenRC |