Add randomized delay to systemd timer.

Merge pull request from Daniel15/patch-1
This commit is contained in:
Dan Helfman 2022-05-07 23:08:02 -07:00 committed by GitHub
commit e238e256f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Description=Run borgmatic backup
[Timer]
OnCalendar=daily
Persistent=true
RandomizedDelaySec=3h
[Install]
WantedBy=timers.target