From a4f469d18752ee0ee988796d0cb3c0fae24e6779 Mon Sep 17 00:00:00 2001 From: utzer Date: Mon, 9 Apr 2018 18:42:02 +0530 Subject: [PATCH] RemainAfterElapse=False > if RemainAfterElapse= is off, it might be started again if it is already elapsed, and thus be triggered multiple times False will start the process again and again after the set time, this is the desired behavior for worker.php Infos: https://www.freedesktop.org/software/systemd/man/systemd.timer.html --- mods/sample-systemd.timer | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/sample-systemd.timer b/mods/sample-systemd.timer index 59f328ca95..e11b9989df 100644 --- a/mods/sample-systemd.timer +++ b/mods/sample-systemd.timer @@ -4,6 +4,7 @@ Description=Run Friendica Poller every n minutes [Timer] OnBootSec=120 OnUnitActiveSec=120 +RemainAfterElapse=False [Install] WantedBy=timers.target