diff options
Diffstat (limited to 'system/s6/README.Slackware')
-rw-r--r-- | system/s6/README.Slackware | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/system/s6/README.Slackware b/system/s6/README.Slackware new file mode 100644 index 0000000000000..5842f3888df60 --- /dev/null +++ b/system/s6/README.Slackware @@ -0,0 +1,21 @@ +Some hints for using this package alongside Slackware's default +init system: + +I added the following to my /etc/inittab: + + # S6 + sv:12345:respawn:/bin/s6-svscanboot + +Then did a 'telinit q' to start it. + +Note that the default s6-svscanboot provided disables polling +(-t0). So after adding a new service to /service you should call: + + /bin/s6-svscanctl -a /service + +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 +service directory (i.e. change /service in the script to the new service +directory). |