]> git.netwichtig.de Git - user/henk/code/puppet/modules/s6.git/blob - files/etc/systemd/system/s6.service
start later to prevent issues with the managed services, systemd is just too fast
[user/henk/code/puppet/modules/s6.git] / files / etc / systemd / system / s6.service
1 [Unit]
2 Description=s6 supervision tree
3 Documentation=https://skarnet.org/software/s6/
4 Requires=network.target
5
6 [Install]
7 WantedBy=multi-user.target
8
9 [Service]
10 Type=simple
11 ExecStart=/usr/bin/s6-svscan -t0 /etc/s6-scandir
12 ExecStop=/usr/bin/s6-svscanctl -t /etc/s6-scandir
13 ExecReload=/usr/bin/s6-svscanctl -an /etc/s6-scandir
14 Restart=always
15 RestartSec=1