diff options
-rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc index f65c209710..83ae90c40c 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx.inc +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc | |||
@@ -186,4 +186,5 @@ USERADD_PARAM:${PN} = " \ | |||
186 | --system --no-create-home \ | 186 | --system --no-create-home \ |
187 | --home ${NGINX_WWWDIR} \ | 187 | --home ${NGINX_WWWDIR} \ |
188 | --groups www-data \ | 188 | --groups www-data \ |
189 | --shell ${base_sbindir}/nologin \ | ||
189 | --user-group ${NGINX_USER}" | 190 | --user-group ${NGINX_USER}" |