summaryrefslogtreecommitdiff
path: root/files/etc/systemd/system/s6.service
blob: 3a4408a72369b33e158c9015c24a64aeb3094084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=s6 supervision tree
Documentation=https://skarnet.org/software/s6/
Requires=network.target

[Install]
WantedBy=multi-user.target

[Service]
Type=simple
ExecStart=/usr/bin/s6-svscan -t0 /etc/s6-scandir
ExecReload=/usr/bin/s6-svscanctl -an /etc/s6-scandir
Restart=always
RestartSec=1
KillMode=mixed