diff options
author | Muhammad Mahendra Subrata <mumahendras3@gmail.com> | 2022-02-12 18:12:52 +0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-12 22:24:35 +0700 |
commit | 2a88d0b1fed1f7ad61d31e5b780c0de1968cd119 (patch) | |
tree | 6f6770d01a208fb5b22232438ac0d81e21dc2ac9 /system/s6/README.Slackware | |
parent | b45e080d1821714c8cc020cbd1edc35e3012ae66 (diff) |
system/s6: Updated for version 2.11.0.1, move root-only binaries to /sbin
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/s6/README.Slackware')
-rw-r--r-- | system/s6/README.Slackware | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/s6/README.Slackware b/system/s6/README.Slackware index 5842f3888d..2034e10e98 100644 --- a/system/s6/README.Slackware +++ b/system/s6/README.Slackware @@ -4,7 +4,7 @@ init system: I added the following to my /etc/inittab: # S6 - sv:12345:respawn:/bin/s6-svscanboot + sv:12345:respawn:/sbin/s6-svscanboot Then did a 'telinit q' to start it. @@ -15,7 +15,7 @@ Note that the default s6-svscanboot provided disables polling where /service is a directory that contains all the services that s6 will supervise. You can change it to other places such as -/etc/service, /var/service, etc. and edit the provided -/bin/s6-svscanboot script to change the scan directory to the new +/etc/service, /var/service, etc., and edit the provided +/sbin/s6-svscanboot script to change the scan directory to the new service directory (i.e. change /service in the script to the new service directory). |