ssm-services/init.d/fcgiwrap

11 lines
290 B
Plaintext
Executable File

#!/usr/bin/env watchman
cfg_user='http'
cfg_group='http'
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 ${cfg_user} -g ${cfg_group} -- /usr/bin/fcgiwrap"