12 lines
246 B
SYSTEMD
12 lines
246 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Run the ops-warden conservative worker tick every 15 minutes
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnBootSec=2min
|
||
|
|
OnUnitActiveSec=15min
|
||
|
|
# Catch up one missed run if the machine was asleep, but don't stack.
|
||
|
|
Persistent=true
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|