I keep forgetting how my own services work

This commit is contained in:
Jack L. Frost 2014-07-31 01:14:25 +04:00
parent 78b09b288a
commit 88f71c8868
2 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,5 @@ cfg_user='http'
cfg_group='http'
cfg_socket='/run/fcgiwrap.sock'
service_pidfile='/run/fcgiwrap.pid'
service_args="-s ${cfg_socket} -P ${service_pidfile} -u ${cfg_user} -g ${cfg_group} -- /usr/bin/fcgiwrap"

View File

@ -3,4 +3,3 @@
service_respawn='true'
service_command='/bin/spawn-fcgi'
service_args="-s ${cfg_socket} -P ${service_pidfile} -u ${cfg_user} -g ${cfg_group} -- /usr/bin/fcgiwrap"