ssm-services/init.d/fcgiwrap

11 lines
290 B
Plaintext
Raw Normal View History

2014-07-30 20:52:07 +00:00
#!/usr/bin/env watchman
2014-07-30 21:01:44 +00:00
cfg_user='http'
cfg_group='http'
2014-07-30 20:52:07 +00:00
cfg_socket='/run/fcgiwrap.sock'
service_pidfile='/run/fcgiwrap.pid'
service_respawn='true'
service_command='/bin/spawn-fcgi'
2014-07-30 21:01:44 +00:00
service_args="-s ${cfg_socket} -P ${service_pidfile} -u ${cfg_user} -g ${cfg_group} -- /usr/bin/fcgiwrap"