]> git.netwichtig.de Git - user/henk/code/puppet/modules/s6.git/blob - files/etc/init.d/s6
59de3faf43ec13c8dd92bd3e02de02571e5078e4
[user/henk/code/puppet/modules/s6.git] / files / etc / init.d / s6
1 #!/usr/bin/env /lib/init/init-d-script
2
3 ### BEGIN INIT INFO
4 # Provides:          s6
5 # Required-Start:    $remote_fs $syslog nftables
6 # Required-Stop:     $remote_fs $syslog nftables
7 # Default-Start:     2 3 4 5
8 # Default-Stop:      0 1 6
9 # Short-Description: Start s6 service supervision suite
10 # Description:       Start s6 service supervision suite
11 ### END INIT INFO
12
13 DAEMON="/usr/local/bin/s6-svscanboot"
14 DAEMON_ARGS="/etc/s6-services"
15
16 do_stop_cmd_override() {
17         /usr/bin/s6-svscanctl -t /etc/s6-services/
18 }