Signed-off-by: cuiyili 2268260388@qq.com --- container/upload-libvirt/openresty.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 container/upload-libvirt/openresty.sh
diff --git a/container/upload-libvirt/openresty.sh b/container/upload-libvirt/openresty.sh new file mode 100755 index 0000000..0a54b5e --- /dev/null +++ b/container/upload-libvirt/openresty.sh @@ -0,0 +1,5 @@ +#!/bin/bash +# SPDX-License-Identifier: MulanPSL-2.0+ + +umask 002 +/usr/local/openresty/bin/openresty -g 'daemon off;'