10 lines
131 B
SYSTEMD
10 lines
131 B
SYSTEMD
|
[Unit]
|
||
|
Description=Hourly door controller events sync
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=hourly
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|