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:
8
arduino-watchdog-heartbeat.service
Normal file
8
arduino-watchdog-heartbeat.service
Normal 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
|
||||
Reference in New Issue
Block a user