From: utzer Date: Mon, 9 Apr 2018 13:12:02 +0000 (+0530) Subject: RemainAfterElapse=False X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a4f469d18752ee0ee988796d0cb3c0fae24e6779;p=friendica.git 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 --- 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