diff --git a/conf.d/fcgiwrap.sh b/conf.d/fcgiwrap.sh index a0e0703..1978a15 100644 --- a/conf.d/fcgiwrap.sh +++ b/conf.d/fcgiwrap.sh @@ -4,3 +4,5 @@ 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" diff --git a/init.d/fcgiwrap b/init.d/fcgiwrap index 25b42b9..0192170 100755 --- a/init.d/fcgiwrap +++ b/init.d/fcgiwrap @@ -3,4 +3,3 @@ 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"