salt/states/roles/maintain/aurutils/updateaur.timer
2022-08-17 09:19:57 -05:00

13 lines
270 B
SYSTEMD

[Unit]
Description=Updates AUR 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