mrrl-system-config

system configuration on top of MRRL
git clone https://ccx.te2000.cz/git/mrrl-system-config
Log | Files | Refs

commit 4cdc4e40735f256380840f966bc59e9e0e92fb6c
parent 7f09523ad72e4ab05d7e5ae9f3e14aa67ca22ace
Author: ccx <ccx@te2000.cz>
Date:   Wed, 24 Jul 2024 11:43:35 +0000

Disable resolv.conf generation

Diffstat:
Ms6-rc.aat | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/s6-rc.aat b/s6-rc.aat @@ -61,7 +61,7 @@ |start_longrun_with_logger("unbound", "loopback ok-mount ok-sysinit") |enabled_bundle("net-all") -|run_arg("unbound -d -p") +|run_arg("unbound -d -p --nohook 20-resolv.conf") |end() |start_oneshot("hostname")