Update phyre
This commit is contained in:
parent
a20c9c4536
commit
c662e552db
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ stop_nginx() {
|
|||
|
||||
start_php() {
|
||||
start-stop-daemon --start --quiet --pidfile $PHP_PID \
|
||||
--retry 5 --exec $PHP_DAEMON --oknodo
|
||||
--retry 5 --startas /bin/bash -- -c "exec $PHP_DAEMON --allow-to-run-as-root" --oknodo
|
||||
}
|
||||
|
||||
stop_php() {
|
||||
|
|
Loading…
Reference in a new issue