ssm-services/conf.d/fcgiwrap.sh

9 lines
242 B
Bash

# 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"