]> git.mxchange.org Git - friendica.git/blob - mods/sample-systemd.timer
Merge pull request #5963 from MrPetovan/bug/5956-catch-more-diaspora-magic-links
[friendica.git] / mods / sample-systemd.timer
1 [Unit]
2 Description=Run Friendica Poller every n minutes
3
4 [Timer]
5 OnBootSec=120
6 OnUnitActiveSec=120
7 RemainAfterElapse=False
8
9 [Install]
10 WantedBy=timers.target