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.99rst.org/?a=commitdiff_plain;h=a24863ccba0149f35f2dd1b9ea3ff980239f0d52;p=openwrt-packages.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 d47d46f89..40d389719 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