carbon-s6-init

s6-linux-init configuration for Carbon
git clone https://ccx.te2000.cz/git/carbon-s6-init
Log | Files | Refs

commit d8794d75088c9bd34d5e0f0bc5aef6d96c150f88
parent 2fe9bb5f309a58c445d303c1d48073ac8db1d983
Author: root <root@dorje.v103.te2000>
Date:   Wed, 13 Jul 2022 15:52:16 +0000

Fix s6-echo invocation during boot

Diffstat:
Minstall | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install b/install @@ -49,7 +49,7 @@ $qc/ifelse -X { $qc/s6-rc -v 2 -t 600000 -- change ok-all-but-tty } { # no timeout, start ttys properly - $qc/s6-echo "System started normally (bundle ok-all-but-tty)" + $qc/foreground { $qc/s6-echo "System started normally (bundle ok-all-but-tty)" } $qc/foreground { sleep 0.1 } $qc/foreground { $qc/s6-svc -d /run/service/console-log-tail } $qc/s6-rc -v 2 -t 600000 -- change ok-all