ssm-services/conf.d/fcgiwrap.sh

9 lines
242 B
Bash
Raw Normal View History

2014-07-30 21:07:24 +00:00
# Default fcgiwrap configuration
cfg_user='http'
cfg_group='http'
cfg_socket='/run/fcgiwrap.sock'
service_pidfile='/run/fcgiwrap.pid'
service_args="-s ${cfg_socket} -P ${service_pidfile} -u ${cfg_user} -g ${cfg_group} -- /usr/bin/fcgiwrap"