forked from Spark/ssm-services
7 lines
222 B
Plaintext
Executable File
7 lines
222 B
Plaintext
Executable File
#!/usr/bin/env watchman
|
|
# The configuration is in conf.d.
|
|
|
|
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"
|