aboutsummaryrefslogtreecommitdiff
path: root/system/s6/README.Slackware
diff options
context:
space:
mode:
Diffstat (limited to 'system/s6/README.Slackware')
-rw-r--r--system/s6/README.Slackware6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/s6/README.Slackware b/system/s6/README.Slackware
index 5842f3888df60..2034e10e98ef4 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).