rename script into renew-reminder.py (dash instead of underscore)
[myplc.git] / systemd / renew-reminder.timer
diff --git a/systemd/renew-reminder.timer b/systemd/renew-reminder.timer
new file mode 100644 (file)
index 0000000..0f285e3
--- /dev/null
@@ -0,0 +1,9 @@
+[Unit]
+Description=Runs renew-reminder.py on a daily basis
+
+[Timer]
+OnUnitActiveSec=1d
+Unit=renew-reminder.service
+
+[Install]
+WantedBy=multi-user.target