[Unit]
Description=SMirrors Update Timer
Documentation=https://github.com/Aryagorjipour/smirrors
Requires=smirrors.service
[Timer]
# Run 5 minutes after boot
OnBootSec=5min
# Run every hour by default (can be overridden in config)
OnUnitActiveSec=1h
# If the system was off during a scheduled run, run on next boot
Persistent=true
# Randomize start time by up to 10 minutes to reduce server load
RandomizedDelaySec=10min
[Install]
WantedBy=timers.target