From 83853f69387ef5f9e74ad3560bb04a6f73eacccd Mon Sep 17 00:00:00 2001 From: Bard Date: Mon, 4 Mar 2024 04:18:00 +0800 Subject: [PATCH] luci-app-mosdns: init.d: startup priority -> 51 * start the DNS service before nginx to solve the problem that the pass_proxy domain name cannot be resolved and nginx fails to start. --- luci-app-mosdns/root/etc/init.d/mosdns | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-mosdns/root/etc/init.d/mosdns b/luci-app-mosdns/root/etc/init.d/mosdns index 3d9f580..5f785b8 100755 --- a/luci-app-mosdns/root/etc/init.d/mosdns +++ b/luci-app-mosdns/root/etc/init.d/mosdns @@ -20,7 +20,7 @@ # along with this program. If not, see . # -START=99 +START=51 USE_PROCD=1 PROG=/usr/bin/mosdns