This commit is contained in:
Jack L. Frost 2014-07-31 01:07:24 +04:00
parent b22320fd70
commit 78b09b288a
2 changed files with 7 additions and 5 deletions

6
conf.d/fcgiwrap.sh Normal file
View File

@ -0,0 +1,6 @@
# Default fcgiwrap configuration
cfg_user='http'
cfg_group='http'
cfg_socket='/run/fcgiwrap.sock'
service_pidfile='/run/fcgiwrap.pid'

View File

@ -1,9 +1,5 @@
#!/usr/bin/env watchman
cfg_user='http'
cfg_group='http'
cfg_socket='/run/fcgiwrap.sock'
service_pidfile='/run/fcgiwrap.pid'
# The configuration is in conf.d.
service_respawn='true'
service_command='/bin/spawn-fcgi'