Explorar el Código

Add randomized delay to systemd timer

Daniel Lo Nigro hace 3 años
padre
commit
3ecb92a8d2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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