From f674f817b45dfdee52f3200287e4a129f943777e Mon Sep 17 00:00:00 2001 From: MakiseKurisu Date: Sat, 9 Nov 2024 17:23:14 +0800 Subject: [PATCH] fix: workaround unknwon ACTION Signed-off-by: ZHANG Yuntian --- openwrt/providers.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/providers.nix b/openwrt/providers.nix index 2fbe158..9907b4c 100644 --- a/openwrt/providers.nix +++ b/openwrt/providers.nix @@ -48,7 +48,7 @@ in # workaround dnsmasq-full bug when running in lxc # https://forum.openwrt.org/t/multiple-dhcp-dns-server-instances-not-work/130849/11 sed -i "s|procd_add_jail_mount /etc/passwd|procd_add_jail_mount /dev/urandom /etc/passwd|" /etc/init.d/dnsmasq - service dnsmasq start + /etc/init.d/dnsmasq start fi fi )