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 Aug 1, 2024
1 parent 2600243 commit 7543fba
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 7543fba

Please sign in to comment.