diff --git a/mods/sample-systemd.timer b/mods/sample-systemd.timer new file mode 100644 index 000000000..59f328ca9 --- /dev/null +++ b/mods/sample-systemd.timer @@ -0,0 +1,9 @@ +[Unit] +Description=Run Friendica Poller every n minutes + +[Timer] +OnBootSec=120 +OnUnitActiveSec=120 + +[Install] +WantedBy=timers.target