from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
|
You are here: manpages
OPENRC
Section: Maintenance Commands (8) Updated: SMM Index
Return to Main Contents
BSD mandoc
OpenRC
NAME
openrc
- stops and starts services for the specified runlevel
SYNOPSIS
[- n ,-n-stop
]
[- o ,-override
]
[ runlevel
]
DESCRIPTION
first stops any services that are not in the specified runlevel unless-n-stop is specified, then starts any services in the runlevel and
stacked runlevels added by
r-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:
- sysinit
-
Brings up any system specific stuff such as
/dev
/proc
and optionally
/sys
for Linux based systems. It also mounts
/run/openrc
as a ramdisk using tmpfs where available unless / is mounted rw at boot.
uses
/run/openrc
to hold state information about the services it runs.
sysinit always runs when the host first starts should not be run again.
- boot
-
Generally the only services you should add to the boot runlevel are those
which deal with the mounting of filesystems, set the initial state of attached
peripherals and logging.
Hotplugged services are added to the boot runlevel by the system.
All services in the boot and sysinit runlevels are automatically included
in all other runlevels except for those listed here.
- single
-
Stops all services except for those in the sysinit runlevel.
- reboot
-
Changes to the shutdown runlevel and then reboots the host.
- shutdown
-
Changes to the shutdown runlevel and then halts the host.
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.
OPTIONS
- -n ,-n-stop
-
Do not stop any services.
- -o ,-override
-
Override the next runlevel to change into when leaving single user or boot
runlevels
- -s ,-service
-
Run the service specified with the rest of the arguments.
- -S ,-sys
-
Output the RC system type, if any.
- -h ,-help
-
Display usage information and exit.
- -C ,-nocolor
-
Disable color output.
- -V ,-version
-
Display software version.
- -v ,-verbose
-
Run verbosely.
- -q ,-quiet
-
Run quietly (repeat to suppress errors).
SEE ALSO
openr-run8,
r-status8,
r-update8,
init(8),
shutdown(8)
AUTHORS
An Roy Marples Aq roy@marples.name
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- SEE ALSO
-
- AUTHORS
-
|