diff --git a/s6/run-image/service/.s6-svscan/SIGTERM b/s6/run-image/service/.s6-svscan/SIGTERM index 578055e..5b19138 100755 --- a/s6/run-image/service/.s6-svscan/SIGTERM +++ b/s6/run-image/service/.s6-svscan/SIGTERM @@ -1,4 +1,4 @@ #!/bin/execlineb -P -foreground { "/etc/s6-rc/stage2.tini" } +foreground { "/etc/s6/stage2.tini" } s6-svscanctl -t -- "/run/boot"/service diff --git a/s6/run-image/service/.s6-svscan/finish b/s6/run-image/service/.s6-svscan/finish index eebf3d8..bb7ed66 100755 --- a/s6/run-image/service/.s6-svscan/finish +++ b/s6/run-image/service/.s6-svscan/finish @@ -6,4 +6,4 @@ fdmove -c 1 2 foreground { s6-svc -X -- /run/boot/service/s6-svscan-log } unexport ? wait -r -- { } -/etc/s6-rc/stage3 ${@} +/etc/s6/stage3 ${@} diff --git a/s6/stage2 b/s6/stage2 index 62cb333..853f1cd 100755 --- a/s6/stage2 +++ b/s6/stage2 @@ -1,7 +1,7 @@ #!/bin/execlineb -P # stage2 -s6-envdir -if /etc/s6-rc/env +s6-envdir -if /etc/s6/env foreground { if { s6-echo -- "\n[ Stage 2 ] Loading ...\n" }