]> git.mxchange.org Git - friendica.git/blob - mods/sample-systemd.service
Merge pull request #8 from ben-utzer/patch-1
[friendica.git] / mods / sample-systemd.service
1 [Unit]
2 Description=Friendica Worker
3
4 [Service]
5 User=http
6 #Adapt the path in the following line to your system, use 'which php' to find php path,
7 #provide the absolute path for worker.php
8 ExecStart=/usr/bin/php /www/path/bin/worker.php &