Files
home-lab_watchdog_keepalive/arduino-watchdog-heartbeat.service
zacharias 25c0dd16ca added service and timer files, aswell as Arch PKGBUILD
updated version in main.cpp to be a dependency from cmake
2025-06-20 13:14:00 +02:00

8 lines
163 B
Desktop File

[Unit]
Description=Run the Heartbeat for Arduinoi based server watchdog
[Service]
Type=oneshot
User=arduino_watchdog
ExecStart=/usr/bin/arduino-watchdog -b
Nice=0