mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
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
This commit is contained in:
parent
785ef70e5d
commit
a4f469d187
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ Description=Run Friendica Poller every n minutes
|
||||||
[Timer]
|
[Timer]
|
||||||
OnBootSec=120
|
OnBootSec=120
|
||||||
OnUnitActiveSec=120
|
OnUnitActiveSec=120
|
||||||
|
RemainAfterElapse=False
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=timers.target
|
WantedBy=timers.target
|
||||||
|
|
Loading…
Reference in a new issue