13 lines
249 B
SYSTEMD
13 lines
249 B
SYSTEMD
[Unit]
|
|
Description=Stream Deck watchdog timer (every 30s)
|
|
Documentation=https://git.i0t.app/WoodardDigital/streamdeck-go
|
|
|
|
[Timer]
|
|
OnBootSec=30s
|
|
OnUnitActiveSec=30s
|
|
AccuracySec=5s
|
|
Unit=streamdeck-go-watchdog.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|