summaryrefslogtreecommitdiff
path: root/extra/watchdog/watchdog.systemd
diff options
context:
space:
mode:
Diffstat (limited to 'extra/watchdog/watchdog.systemd')
-rw-r--r--extra/watchdog/watchdog.systemd10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/watchdog/watchdog.systemd b/extra/watchdog/watchdog.systemd
new file mode 100644
index 000000000..57c73fb45
--- /dev/null
+++ b/extra/watchdog/watchdog.systemd
@@ -0,0 +1,10 @@
+[Unit]
+Description=Watchdog Daemon
+
+[Service]
+Type=forking
+PIDFile=/run/watchdog.pid
+ExecStart=/usr/sbin/watchdog
+
+[Install]
+WantedBy=multi-user.target