diff options
author | Dirk Feytons <dirk.feytons@gmail.com> | 2016-05-10 15:54:27 +0200 |
---|---|---|
committer | Dirk Feytons <dirk.feytons@gmail.com> | 2016-05-10 15:55:48 +0200 |
commit | a24863ccba0149f35f2dd1b9ea3ff980239f0d52 (patch) | |
tree | 9cff4a1b47846878d985b76171abc463dd674162 /net/nginx | |
parent | db20ada52357b6e76bbeb49e942c91e7f4e3283d (diff) |
nginx: change start level to 80
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
Diffstat (limited to 'net/nginx')
-rw-r--r-- | net/nginx/files/nginx.init | 2 |
1 files changed, 1 insertions, 1 deletions
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 |