Add randomized delay to systemd timer
This commit is contained in:
parent
d58d450628
commit
3ecb92a8d2
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ Description=Run borgmatic backup
|
||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=daily
|
OnCalendar=daily
|
||||||
Persistent=true
|
Persistent=true
|
||||||
|
RandomizedDelaySec=3h
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=timers.target
|
WantedBy=timers.target
|
||||||
|
|
Loading…
Reference in a new issue