Skip to content

Commit

Permalink
ensure timer is triggered if the device was off when it was suposed t…
Browse files Browse the repository at this point in the history
…o run
  • Loading branch information
swantzter committed Nov 13, 2024
1 parent 5d8148d commit e1c64c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/restic.timer.epp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
| -%>
[Timer]
OnCalendar=<%= $timer %>
Persistent=true
<% if $timer_random_delay != undef { -%>
RandomizedDelaySec=<%= $timer_random_delay %>
<% } -%>
Expand Down

0 comments on commit e1c64c5

Please sign in to comment.