.service file for systemd unit

This commit is contained in:
ben-utzer
2018-04-04 14:24:28 +05:30
committed by GitHub
parent 64ea49788e
commit eb5404740a

View File

@@ -0,0 +1,8 @@
[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 &