summarylogtreecommitdiffstats
path: root/svscan.service
diff options
context:
space:
mode:
Diffstat (limited to 'svscan.service')
-rw-r--r--svscan.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/svscan.service b/svscan.service
new file mode 100644
index 000000000000..81dec755874f
--- /dev/null
+++ b/svscan.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=svscan service of daemontools
+After=syslog.target
+
+[Service]
+ExecStart=/usr/bin/svscanboot
+Restart=always
+
+[Install]
+WantedBy=multi-user.target