5 lines
No EOL
80 B
Bash
Executable file
5 lines
No EOL
80 B
Bash
Executable file
#!/bin/sh -e
|
|
|
|
# pipe stderr to stdout and run php-fpm
|
|
exec 2>&1
|
|
exec php-fpm7 -F |