Add random delay in timer to prevent simultaneous access to same files

This commit is contained in:
Alexandre CATTEAU 2022-12-15 13:24:56 +01:00
parent 34b3fd8546
commit 73821bc3ba

View File

@ -4,6 +4,8 @@ Description=Run packages-upgrade daily
[Timer] [Timer]
Unit=packages-upgrade.service Unit=packages-upgrade.service
OnCalendar=*-*-* 07:00:00 OnCalendar=*-*-* 07:00:00
RandomizedDelaySec=30m
FixedRandomDelay=true
Persistent=true Persistent=true
[Install] [Install]