mirror of
https://github.com/friendica/friendica
synced 2025-01-25 13:39:47 +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
|