diff options
| author | Dirk Feytons | 2016-05-10 13:54:27 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2017-11-12 18:15:14 +0000 |
| commit | 63037f9ae47ba942d21957312ce9e4009ccb513e (patch) | |
| tree | 749597722615c0f1c5dc5c7c5699f43d81934063 | |
| parent | 8fdd1db9d30c82b61fe7b2f03cbaedde1cfa8a49 (diff) | |
| download | packages-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.init | 2 |
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 |