fcgiwrap script

This commit is contained in:
Jack L. Frost 2014-07-31 00:52:07 +04:00
parent f3254cd6f6
commit 2ec40dcf56
1 changed files with 8 additions and 0 deletions

8
init.d/fcgiwrap Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env watchman
cfg_socket='/run/fcgiwrap.sock'
service_pidfile='/run/fcgiwrap.pid'
service_respawn='true'
service_command='/bin/spawn-fcgi'
service_args="-s ${cfg_socket} -P ${service_pidfile} -u http -g http -- /usr/bin/fcgiwrap"