I keep forgetting how my own services work
This commit is contained in:
parent
78b09b288a
commit
88f71c8868
|
@ -4,3 +4,5 @@ cfg_user='http'
|
||||||
cfg_group='http'
|
cfg_group='http'
|
||||||
cfg_socket='/run/fcgiwrap.sock'
|
cfg_socket='/run/fcgiwrap.sock'
|
||||||
service_pidfile='/run/fcgiwrap.pid'
|
service_pidfile='/run/fcgiwrap.pid'
|
||||||
|
|
||||||
|
service_args="-s ${cfg_socket} -P ${service_pidfile} -u ${cfg_user} -g ${cfg_group} -- /usr/bin/fcgiwrap"
|
||||||
|
|
|
@ -3,4 +3,3 @@
|
||||||
|
|
||||||
service_respawn='true'
|
service_respawn='true'
|
||||||
service_command='/bin/spawn-fcgi'
|
service_command='/bin/spawn-fcgi'
|
||||||
service_args="-s ${cfg_socket} -P ${service_pidfile} -u ${cfg_user} -g ${cfg_group} -- /usr/bin/fcgiwrap"
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user