.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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

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 &