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 6a8e91c commit f9f9afa
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 f9f9afa

Please sign in to comment.