Difference between revisions of "OpenRC, an alternative to systemd"

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'
run 'rc-update add dhcpcd 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 cronie default
  sudo rc-update add dbus default


Then the cronie service would be added to the default runelevel and would automatically be started at boot.
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 ===
Anonymous user