[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howtos:general_admin:openrc [2018/11/30 19:09 (UTC)] – sysconfdir has been changed to /etc/openrc aadityahowtos:general_admin:openrc [2021/09/12 22:18 (UTC)] (current) – [OpenRC] we default to using openrc as init in slackware aaditya
Line 2: Line 2:
 ====== OpenRC ====== ====== OpenRC ======
  
-OpenRC is a dependency based service management system. It works with the system provided init program, normally ///sbin/init//.+OpenRC is a dependency based init system.
  
 ===== Features ===== ===== Features =====
Line 78: Line 78:
   # rc-update add sysklogd default   # rc-update add sysklogd default
   # rc-update add dcron default   # rc-update add dcron default
-  # rc-update add alsasound default  # for desktop+  # rc-update add alsasound boot  # for desktop
   # rc-update add consolekit default  # for desktop   # rc-update add consolekit default  # for desktop
   # rc-update add sshd default  # for server   # rc-update add sshd default  # for server
Line 160: Line 160:
  
 To shutdown or reboot, one will need to use **openrc-shutdown**. To shutdown from a desktop environment using ConsoleKit2, check out this [[https://github.com/ConsoleKit2/ConsoleKit2/pull/113|PR]]. To shutdown or reboot, one will need to use **openrc-shutdown**. To shutdown from a desktop environment using ConsoleKit2, check out this [[https://github.com/ConsoleKit2/ConsoleKit2/pull/113|PR]].
 +
 +==== Note ====
 +
 +The **ck-system-stop** and **ck-system-restart** files in the [[https://github.com/ConsoleKit2/ConsoleKit2/pull/113|PR]] can be saved to ///usr/local/sbin/poweroff// and ///usr/local/sbin/reboot// respectively. This allows using the **poweroff** and **reboot** commands like before.
  
 ====== Troubleshooting ====== ====== Troubleshooting ======
 howtos:general_admin:openrc ()