diff options
Diffstat (limited to 'templates/etc/systemd/system/webmap-update@.timer.d')
-rw-r--r-- | templates/etc/systemd/system/webmap-update@.timer.d/override.conf.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/etc/systemd/system/webmap-update@.timer.d/override.conf.j2 b/templates/etc/systemd/system/webmap-update@.timer.d/override.conf.j2 new file mode 100644 index 0000000..795ee20 --- /dev/null +++ b/templates/etc/systemd/system/webmap-update@.timer.d/override.conf.j2 @@ -0,0 +1,3 @@ +[Timer] +OnCalendar= +OnCalendar={{ webmap_layer_groups_update_calendar[item] }} |