# /etc/systemd/system/shire-academy-safe-autonomous.timer [Unit] Description=Run SHiRE Academy Safe Autonomous Scheduler Every Five Minutes [Timer] # Guarantees an initial action after every timer activation. OnActiveSec=1min # Later actions begin five minutes after the previous # oneshot Academy action has completely finished. OnUnitInactiveSec=5min AccuracySec=10s Unit=shire-academy-safe-autonomous.service [Install] WantedBy=timers.target # /etc/systemd/system/shire-academy-safe-autonomous.timer.d/20-continuous-throughput.conf # SHIRE-ACADEMY-CONTINUOUS-0006A # # Run the next approved Academy action five seconds after the previous # service invocation becomes inactive. systemd will never run two copies # of the same service simultaneously. [Timer] OnCalendar= OnBootSec= OnUnitActiveSec= OnActiveSec=5s OnUnitInactiveSec=5s AccuracySec=1s RandomizedDelaySec=0 Persistent=true