added service and timer files, aswell as Arch PKGBUILD

updated version in main.cpp to be a dependency from cmake
This commit is contained in:
2025-06-20 13:14:00 +02:00
parent d62635c7d9
commit 25c0dd16ca
5 changed files with 48 additions and 2 deletions

View File

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