One-KVM/configs/os/services/kvmd-watchdog.service
2021-09-23 17:12:15 +03:00

15 lines
234 B
Desktop File

[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