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

6 lines
124 B
Bash

#!/command/with-contenv sh
# shellcheck shell=sh
nginx_exe="$( command -v nginx )"
exec "${nginx_exe}" "-g" "daemon off;"