salt/states/roles/maintain/aurblobs/updateaur.timer

13 lines
266 B
SYSTEMD

[Unit]
Description=Updates package repository every 24 hours
[Timer]
# Time to wait after booting before we run first time
OnBootSec=10min
# Time between running each consecutive time
OnUnitActiveSec=1d
Unit=updateaur.service
[Install]
WantedBy=multi-user.target