commit b4b16fc19949fdbd83d94cd96ac53ba33215490b
parent 89216b9f6a4288356ac7d646d36dbbb42968955d
Author: Jan Pobříslo <ccx@te2000.cz>
Date: Tue, 8 Nov 2022 12:36:30 +0100
Make s6-svscanboot executable
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/install b/install
@@ -87,6 +87,7 @@ $qc/redirfd -wnb 1 /run/service/s6-svscan-log/fifo
$qc/fdmove -c 2 1
$qc/s6-svscan -t0 -d3 /run/service
EOF
+"$cmd/s6-chmod" 755 "$dst/init/s6-svscanboot" || exit $?
# populate-run {{{1
"$cmd/s6-cat" >"$dst/init/scripts/populate-run" <<EOF || exit $?