Browse Source

Add randomized delay to systemd timer.

Merge pull request from Daniel15/patch-1
Dan Helfman 3 năm trước cách đây
mục cha
commit
e238e256f7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      sample/systemd/borgmatic.timer

+ 1 - 0
sample/systemd/borgmatic.timer

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