diff --git a/init.d/fcgiwrap b/init.d/fcgiwrap new file mode 100755 index 0000000..af63214 --- /dev/null +++ b/init.d/fcgiwrap @@ -0,0 +1,8 @@ +#!/usr/bin/env watchman + +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 http -g http -- /usr/bin/fcgiwrap"