]> git.mxchange.org Git - friendica.git/blobdiff - mods/sample-systemd.timer
systemd timer unit
[friendica.git] / mods / sample-systemd.timer
diff --git a/mods/sample-systemd.timer b/mods/sample-systemd.timer
new file mode 100644 (file)
index 0000000..59f328c
--- /dev/null
@@ -0,0 +1,9 @@
+[Unit]
+Description=Run Friendica Poller every n minutes
+
+[Timer]
+OnBootSec=120
+OnUnitActiveSec=120
+
+[Install]
+WantedBy=timers.target