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