1
0
Fork 0
mirror of https://github.com/yavook/kiwi-nextcloud.git synced 2024-11-22 07:13:00 +00:00
kiwi-nextcloud/nginx/run_nginx.sh

7 lines
124 B
Bash
Raw Normal View History

2022-03-10 00:39:27 +00:00
#!/command/with-contenv sh
# shellcheck shell=sh
nginx_exe="$( command -v nginx )"
exec "${nginx_exe}" "-g" "daemon off;"