testsAndMisc/linux_configuration/scripts/system-maintenance/systemd/auto-system-update.timer

15 lines
348 B
SYSTEMD

[Unit]
Description=Run Automatic System Update daily
Requires=auto-system-update.service
[Timer]
# Run once per day at 04:00
OnCalendar=*-*-* 04:00:00
# Randomize by up to 30 minutes to avoid mirror congestion
RandomizedDelaySec=1800
# If a run was missed (e.g. machine was off), run on next boot
Persistent=true
[Install]
WantedBy=timers.target