From: Dirk Feytons Date: Tue, 10 May 2016 13:54:27 +0000 (+0200) Subject: nginx: change start level to 80 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a24863ccba0149f35f2dd1b9ea3ff980239f0d52;p=feed%2Fpackages.git nginx: change start level to 80 Signed-off-by: Dirk Feytons --- diff --git a/net/nginx/files/nginx.init b/net/nginx/files/nginx.init index d47d46f894..40d3897197 100644 --- a/net/nginx/files/nginx.init +++ b/net/nginx/files/nginx.init @@ -1,7 +1,7 @@ #!/bin/sh /etc/rc.common # Copyright (C) 2015 OpenWrt.org -START=50 +START=80 USE_PROCD=1