13 lines
221 B
SYSTEMD
13 lines
221 B
SYSTEMD
[Unit]
|
|
Description=Run AW-RUS unified health orchestrator every 2 minutes
|
|
|
|
[Timer]
|
|
OnCalendar=*:0/2:25
|
|
AccuracySec=15s
|
|
RandomizedDelaySec=15s
|
|
Unit=aw-rus-healthd.service
|
|
Persistent=false
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|