4 lines
72 B
Bash
Executable File
4 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
exec php-fpm8.3 --nodaemonize ${OPTS}
|