diff options
author | Maxim Devaev <[email protected]> | 2021-09-23 17:03:10 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-09-23 17:12:15 +0300 |
commit | ab92a2d7084dea554edb9d5d0032327b302ef9f3 (patch) | |
tree | 209bc6045d9dd3ea1e40a9b0d9559f7ddb67d852 /configs | |
parent | 8d53c89a6aa3e4b5e9729aeadf8c0a20b985081d (diff) |
rtc watchdog for v3
Diffstat (limited to 'configs')
-rw-r--r-- | configs/os/services/kvmd-watchdog.service | 14 |
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 |