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