mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
10 lines
133 B
SYSTEMD
10 lines
133 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run Friendica Poller every n minutes
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=120
|
||
|
OnUnitActiveSec=120
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|