13 lines
263 B
SYSTEMD
13 lines
263 B
SYSTEMD
[Unit]
|
|
Description=Runs getmirrors.service every 8 hours
|
|
|
|
[Timer]
|
|
# Time to wait after booting before we run first time
|
|
OnBootSec=10min
|
|
# Time between running each consecutive time
|
|
OnUnitActiveSec=1h
|
|
Unit=getmirrors.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|