summaryrefslogtreecommitdiff
path: root/roles/whawty/auth/store/templates/systemd.timer.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/whawty/auth/store/templates/systemd.timer.j2')
-rw-r--r--roles/whawty/auth/store/templates/systemd.timer.j211
1 files changed, 11 insertions, 0 deletions
diff --git a/roles/whawty/auth/store/templates/systemd.timer.j2 b/roles/whawty/auth/store/templates/systemd.timer.j2
new file mode 100644
index 00000000..603295a5
--- /dev/null
+++ b/roles/whawty/auth/store/templates/systemd.timer.j2
@@ -0,0 +1,11 @@
+[Unit]
+Description=sync for whawty-auth store {{ whawty_auth_store.name }}
+
+[Timer]
+OnBootSec=30s
+OnActiveSec=5s
+OnUnitActiveSec=1m
+AccuracySec=5s
+
+[Install]
+WantedBy=timers.target