2023-02-24 03:31:46 -05:00
|
|
|
#!/command/with-contenv bash
|
2023-03-09 07:11:28 -05:00
|
|
|
# shellcheck shell=bash
|
|
|
|
|
2023-02-24 03:31:46 -05:00
|
|
|
set -e
|
|
|
|
|
2023-04-10 19:12:48 -04:00
|
|
|
. /bin/common.sh
|
|
|
|
|
|
|
|
log_info 'Starting nginx ...'
|
2023-02-24 03:31:46 -05:00
|
|
|
exec s6-setuidgid npmuser nginx
|