mirror of
https://github.com/friendica/friendica
synced 2026-01-24 07:19:19 +01:00
8 lines
237 B
SYSTEMD
8 lines
237 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Friendica Worker
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
User=http
|
||
|
|
#Adapt the path in the following line to your system, use 'which php' to find php path,
|
||
|
|
#provide the absolute path for worker.php
|
||
|
|
ExecStart=/usr/bin/php /www/path/bin/worker.php &
|