14 lines
300 B
Plaintext
14 lines
300 B
Plaintext
#!/bin/execlineb -P
|
|
|
|
################################################
|
|
# Start the PHP FastCGI Process Manager daemon #
|
|
################################################
|
|
|
|
fdmove -c 2 1
|
|
s6-envdir env
|
|
multisubstitute {
|
|
importas -u CMD CMD
|
|
importas -usCd" " CMD_OPTS CMD_OPTS
|
|
}
|
|
exec -c $CMD $CMD_OPTS
|