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