]> git.mxchange.org Git - friendica.git/commitdiff
RemainAfterElapse=False
authorutzer <r@schmitz.pro>
Mon, 9 Apr 2018 13:12:02 +0000 (18:42 +0530)
committerGitHub <noreply@github.com>
Mon, 9 Apr 2018 13:12:02 +0000 (18:42 +0530)
> 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

index 59f328ca95a956ac788b6f56f4020fbc801c5bc7..e11b9989df9aaf588386b8ac7e7a834e4dc1728e 100644 (file)
@@ -4,6 +4,7 @@ Description=Run Friendica Poller every n minutes
 [Timer]
 OnBootSec=120
 OnUnitActiveSec=120
+RemainAfterElapse=False
 
 [Install]
 WantedBy=timers.target