mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
10 lines
175 B
SYSTEMD
10 lines
175 B
SYSTEMD
[Unit]
|
|
Description=Infrastructure controller timer — fires every 5 minutes
|
|
|
|
[Timer]
|
|
OnCalendar=*:0/5
|
|
RandomizedDelaySec=30
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|