Просмотр исходного кода

Add randomized delay to systemd timer

Daniel Lo Nigro 3 лет назад
Родитель
Сommit
3ecb92a8d2
1 измененных файлов с 1 добавлено и 0 удалено
  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