Difference between revisions of "OpenRC, an alternative to systemd"
Views
Actions
Namespaces
Variants
Tools
→Installation: dbus and some other services are manual now
imported>Aaditya |
imported>Aaditya |
||
Line 41: | Line 41: | ||
On installing ''openrc-base'', you may get messages like: | On installing ''openrc-base'', you may get messages like: | ||
run 'rc-update add dbus default' | |||
run 'rc-update add cronie default' | run 'rc-update add cronie default' | ||
Running these command(s) adds the service(s) to the specified runlevels. For example if you run: | Running these command(s) adds the service(s) to the specified runlevels. For example if you run: | ||
sudo rc-update add | sudo rc-update add dbus default | ||
Then the | Then the dbus service would be added to the default runelevel and would automatically be started at boot. | ||
Some common services could be enabled are ''dbus'' (system message bus), ''cronie'' (for cron), and optionally ''acpid'' (handles acpi events, see [https://wiki.archlinux.org/index.php/Acpid this] for more details). | |||
=== Additional packages === | === Additional packages === |