mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
systemd timer unit
This commit is contained in:
parent
630c808319
commit
9fdcc28fe1
1 changed files with 9 additions and 0 deletions
9
mods/sample-systemd.timer
Normal file
9
mods/sample-systemd.timer
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Run Friendica Poller every n minutes
|
||||||
|
|
||||||
|
[Timer]
|
||||||
|
OnBootSec=120
|
||||||
|
OnUnitActiveSec=120
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue