2023-03-16 18:50:32 -04:00
|
|
|
#!/command/with-contenv bash
|
|
|
|
# shellcheck shell=bash
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
2023-03-20 02:56:52 -04:00
|
|
|
. /bin/common.sh
|
|
|
|
|
2023-03-29 21:19:16 -04:00
|
|
|
log_info 'Starting nginx ...'
|
2023-05-03 20:03:06 -04:00
|
|
|
exec s6-setuidgid "$PUID:$PGID" nginx
|