1 Commits

Author SHA1 Message Date
Eric Vidal
244c0a4203 change path for stage2, stage3 2016-06-04 09:36:00 +04:00
7 changed files with 7 additions and 7 deletions

2
init
View File

@@ -79,7 +79,7 @@ background {
s6-setsid --
redirfd -w 1 /run/s6-run/service/s6-svscan-log/fifo
fdmove -c 2 1
/etc/stage2
/etc/s6/stage2
}
unexport !

View File

@@ -1,4 +1,4 @@
#!/usr/local/bin/execlineb -P
foreground { /etc/stage2.tini }
foreground { /etc/s6/stage2.tini }
s6-svscanctl -h -- /run/s6-run/service

View File

@@ -1,4 +1,4 @@
#!/usr/local/bin/execlineb -P
foreground { /etc/stage2.tini }
foreground { /etc/s6/stage2.tini }
s6-svscanctl -6 -- /run/s6-run/service

View File

@@ -1,4 +1,4 @@
#!/usr/local/bin/execlineb -P
foreground { /etc/stage2.tini }
foreground { /etc/s6/stage2.tini }
s6-svscanctl -q -- /run/s6-run/service

View File

@@ -1,4 +1,4 @@
#!/usr/local/bin/execlineb -P
foreground { /etc/stage2.tini }
foreground { /etc/s6/stage2.tini }
s6-svscanctl -t -- /run/s6-run/service

View File

@@ -1,4 +1,4 @@
#!/usr/local/bin/execlineb -P
foreground { /etc/stage2.tini }
foreground { /etc/s6/stage2.tini }
s6-svscanctl -7 -- /run/s6-run/service

View File

@@ -6,4 +6,4 @@ fdmove -c 1 2
foreground { s6-svc -X -- /run/s6-run/service/s6-svscan-log }
unexport ?
wait -r -- { }
/etc/stage3 ${@}
/etc/s6/stage3 ${@}