core-system-init-freebsd

core-system init submodule, FreeBSD version
git clone https://ccx.te2000.cz/git/core-system-init-freebsd
Log | Files | Refs

commit bbcf815af376296d8540fcc0ced39de7513f7cc6
parent 01ae264290a82674c857097c9678069dff95b10d
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Tue, 15 Nov 2022 03:58:36 +0100

Fix redirection

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

diff --git a/install b/install @@ -82,7 +82,7 @@ EOF #$qc/export TERM "screen" # write startup logs to logger instead of console $qc/redirfd -w 1 /run/service/s6-svscan-log/fifo -$qc/fdmove -c 1 2 +$qc/fdmove -c 2 1 $qc/foreground { $qc/s6-echo "* Starting s6-rc from "$q_all/s6-rc-db } $qc/if { $qc/s6-rc-init -d -c $q_all/s6-rc-db /run/service } $q_all/init/scripts/runlevel \$1