forked from Spark/ssm-services
6 lines
209 B
Plaintext
Executable File
6 lines
209 B
Plaintext
Executable File
#!/usr/bin/env ssm
|
|
# The configuration is in conf.d.
|
|
|
|
#service_respawn='true'
|
|
service_command=( /usr/bin/spawn-fcgi -s "$cfg_socket" -P "$service_pidfile" -u "$cfg_user" -g "$cfg_group" -- /usr/bin/fcgiwrap )
|