summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk Feytons2016-05-10 13:54:27 +0000
committerZoltan HERPAI2017-11-12 18:15:14 +0000
commit63037f9ae47ba942d21957312ce9e4009ccb513e (patch)
tree749597722615c0f1c5dc5c7c5699f43d81934063
parent8fdd1db9d30c82b61fe7b2f03cbaedde1cfa8a49 (diff)
downloadpackages-63037f9ae47ba942d21957312ce9e4009ccb513e.tar.gz
nginx: change start level to 80
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
-rw-r--r--net/nginx/files/nginx.init2
1 files changed, 1 insertions, 1 deletions
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