mrrl-system-config

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

commit 01a879f14d0b7b15c2a948c528799a23fd5d05e8
parent 4cdc4e40735f256380840f966bc59e9e0e92fb6c
Author: ccx <ccx@te2000.cz>
Date:   Wed, 24 Jul 2024 11:46:38 +0000

Fix dhdcpcd & unbound invocation

Diffstat:
Ms6-rc.aat | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

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