slackbuilds_ponce/system/s6/README.Slackware
Muhammad Mahendra Subrata 80e0de1677 system/s6: Updated for version 2.9.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-01-12 21:43:36 +07:00

21 lines
705 B
Text

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).