Update phyre

This commit is contained in:
Bozhidar Slaveykov 2024-04-04 18:05:29 +03:00
parent a20c9c4536
commit c662e552db

View file

@ -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() {