8 lines
125 B
SYSTEMD
8 lines
125 B
SYSTEMD
[Unit]
|
|
Description=Heartbeat timer for Arduino based watchdog
|
|
|
|
[Timer]
|
|
OnUnitActiveSec=5min
|
|
|
|
[Install]
|
|
WantedBy=timers.target |