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