summaryrefslogtreecommitdiffstats
path: root/files/etc/systemd/system/webmap-update@.timer
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-06-01 16:05:01 +0200
committerGuilhem Moulin <guilhem@fripost.org>2024-06-03 21:51:39 +0200
commit3ccc29ca12c7c60d86ca6cdf99078c4d4be7bc28 (patch)
treef8b248e6028f239618588283b9f3b677a72022b7 /files/etc/systemd/system/webmap-update@.timer
parent7dd2c8fbf0562ae756e7f94b376c35a9265a162d (diff)
Add webmap task.
Diffstat (limited to 'files/etc/systemd/system/webmap-update@.timer')
-rw-r--r--files/etc/systemd/system/webmap-update@.timer10
1 files changed, 10 insertions, 0 deletions
diff --git a/files/etc/systemd/system/webmap-update@.timer b/files/etc/systemd/system/webmap-update@.timer
new file mode 100644
index 0000000..8f62502
--- /dev/null
+++ b/files/etc/systemd/system/webmap-update@.timer
@@ -0,0 +1,10 @@
+[Unit]
+Description=Webmap updater (timer unit)
+
+[Timer]
+OnCalendar=*-*-* 02:00:00
+RandomizedDelaySec=3600
+Unit=webmap-update@%i.target
+
+[Install]
+WantedBy=timers.target