summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-rw-r--r--configs/os/services/kvmd-watchdog.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/configs/os/services/kvmd-watchdog.service b/configs/os/services/kvmd-watchdog.service
new file mode 100644
index 00000000..b6f4c45e
--- /dev/null
+++ b/configs/os/services/kvmd-watchdog.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=PiKVM - RTC-based hardware watchdog
+After=systemd-modules-load.service
+
+[Service]
+Type=simple
+Restart=always
+RestartSec=3
+
+ExecStart=/usr/bin/kvmd-watchdog run
+TimeoutStopSec=3
+
+[Install]
+WantedBy=multi-user.target