lesavka/scripts/daemon/lesavka-hw-watchdog.service

14 lines
233 B
SYSTEMD
Raw Normal View History

2026-01-09 17:23:27 -03:00
[Unit]
Description=Lesavka hardware watchdog
ConditionPathExists=/dev/watchdog
[Service]
Type=simple
ExecStart=/usr/local/bin/lesavka-hw-watchdog.py
Restart=always
RestartSec=2
KillMode=process
[Install]
WantedBy=multi-user.target