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