summaryrefslogtreecommitdiff
path: root/sys-apps/watchdog/files/watchdog.service
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/watchdog/files/watchdog.service')
-rw-r--r--sys-apps/watchdog/files/watchdog.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-apps/watchdog/files/watchdog.service b/sys-apps/watchdog/files/watchdog.service
new file mode 100644
index 000000000000..9ec1076e6689
--- /dev/null
+++ b/sys-apps/watchdog/files/watchdog.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=watchdog daemon
+After=syslog.target
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/watchdog
+
+[Install]
+WantedBy=multi-user.target