blob: d90a80209dbefe0b772c5a5dea668f4ee6d93824 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
After installing openrc and openrc-services, on rebooting one is booted to a command line with only a minimum of services enabled.
Some common services that could be enabled:
# rc-update add dbus default
# rc-update add sysklogd default
# rc-update add dcron default
# rc-update add alsasound default
# rc-update add consolekit default
Enabled services for current runlevel can be queried with:
$ rc-status
Enabled services across all runlevels can be queried with:
$ rc-update
|