9 lines
148 B
Text
Executable file
9 lines
148 B
Text
Executable file
#!/command/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
set -e
|
|
|
|
. /bin/common.sh
|
|
|
|
log_info 'Starting nginx ...'
|
|
exec s6-setuidgid "$PUID:$PGID" nginx
|