]> git.mxchange.org Git - friendica.git/blob - mods/sample-systemd.timer
[frio] Restyle photo upload (#5427)
[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