mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 19:43:11 +02:00
15 lines
348 B
SYSTEMD
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
|