Add randomized delay to systemd timer

This commit is contained in:
Daniel Lo Nigro 2022-05-07 16:42:06 -07:00 committed by GitHub
parent d58d450628
commit 3ecb92a8d2
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