]> git.mxchange.org Git - friendica.git/blob - mods/sample-systemd.service
Remove api test pconfig debug
[friendica.git] / mods / sample-systemd.service
1 [Unit]
2 Description=Friendica Worker
3
4 [Service]
5 #User should be the same as the user the webserver runs under, typically http or www
6 User=http
7 #Adapt the path in the following line to your system, use 'which php' to find php path,
8 #provide the absolute path for worker.php
9 ExecStart=/usr/bin/php /www/path/bin/worker.php &