better this way
This commit is contained in:
parent
fea46b2af3
commit
19f8849420
1 changed files with 2 additions and 1 deletions
|
@ -99,4 +99,5 @@ echo >&2 '└──'
|
||||||
php-fpm84 -D # FPM must start first in daemon mode
|
php-fpm84 -D # FPM must start first in daemon mode
|
||||||
nginx # Then nginx in no daemon mode
|
nginx # Then nginx in no daemon mode
|
||||||
|
|
||||||
exec su - www -c "$*"
|
# Switch from user root to wwww
|
||||||
|
exec runuser -u www "$@"
|
Loading…
Reference in a new issue