mrrl-system-config

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

commit 055d24bac572481d7dedba7d4ec9df37f620fbfd
parent 46c0c74ba7c768b31b03841057f394386259d30f
Author: Jan Pobrislo <ccx@te2000.cz>
Date:   Thu, 27 Nov 2025 20:24:27 +0000

fix cgconfigparser reference

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

diff --git a/s6-rc.aat b/s6-rc.aat @@ -142,7 +142,7 @@ |start_oneshot("cgroups", "mount-run-cgroup") |in_bundle("ok-sysinit") |up() - {{qenv("cgconfigparser")}} -l {{qconfig("cgconfig.conf")}} + {{qexec("cgconfigparser")}} -l {{qconfig("cgconfig.conf")}} |end() |start_oneshot("mdevd-coldplug", "mount-dev mount-sys sysctl modules mdevd")