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