systemd timer unit
This commit is contained in:
parent
630c808319
commit
9fdcc28fe1
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…
Reference in a new issue