[2025-jun-17] The SlackDocs mailing lists at https://lists.alienbase.nl/mailman/listinfo have been retired. No one has been using these lists for years and it's time to say goodbye. The list archives remain available at https://scalzi.slackware.nl/mailman/listinfo/slackdocs
[2025-jun-17] The SlackDocs Wiki has moved to a new server, in order to make it more performant.
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| howtos:general_admin:openrc [2018/11/30 19:09 (UTC)] – sysconfdir has been changed to /etc/openrc aaditya | howtos: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 | + | 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 | + | # rc-update add alsasound |
| # rc-update add consolekit default | # rc-update add consolekit default | ||
| # rc-update add sshd default | # rc-update add sshd default | ||
| Line 160: | Line 160: | ||
| To shutdown or reboot, one will need to use **openrc-shutdown**. To shutdown from a desktop environment using ConsoleKit2, | To shutdown or reboot, one will need to use **openrc-shutdown**. To shutdown from a desktop environment using ConsoleKit2, | ||
| + | |||
| + | ==== Note ==== | ||
| + | |||
| + | The **ck-system-stop** and **ck-system-restart** files in the [[https:// | ||
| ====== Troubleshooting ====== | ====== Troubleshooting ====== | ||