12 lines
192 B
SYSTEMD
12 lines
192 B
SYSTEMD
[Unit]
|
|
Description=Run AW Worktime UI bridge every 5 minutes
|
|
|
|
[Timer]
|
|
OnCalendar=*:0/5:15
|
|
AccuracySec=15s
|
|
Unit=aw-worktime-ui-bridge.service
|
|
Persistent=false
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|