File size: 420 Bytes
470bcea | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [Unit]
Description=ICSAC Editorial System — batch cadence (06:00 + 18:00 local)
Documentation=https://github.com/ICSAC/editorial-system
[Timer]
# Twice-daily batch run. Host timezone is US/Eastern; 06:00 + 18:00 land
# on local mornings and evenings. Persistent=true catches missed runs
# after reboot or suspend.
OnCalendar=*-*-* 06,18:00:00
RandomizedDelaySec=2min
Persistent=true
[Install]
WantedBy=timers.target
|