Add random delay in timer to prevent simultaneous access to same files
This commit is contained in:
parent
34b3fd8546
commit
73821bc3ba
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user