aboutsummaryrefslogtreecommitdiffstats
path: root/layout/rootfs/etc/init
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-01-29 15:00:01 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-01-29 15:00:01 +0000
commit3dcb6c6a73cd16acc7bcae9e54cda16fed89f35b (patch)
treee2b2b231622470ddc95a74f62b3cebcdcc492914 /layout/rootfs/etc/init
parent5809b2dc1536794cff7df2ab4f79d2fe7b6720bc (diff)
downloadlh-bootstrap-3dcb6c6a73cd16acc7bcae9e54cda16fed89f35b.tar.gz
Reimport userfs, rwfs and s6-rc from master
Diffstat (limited to 'layout/rootfs/etc/init')
-rwxr-xr-xlayout/rootfs/etc/init21
1 files changed, 0 insertions, 21 deletions
diff --git a/layout/rootfs/etc/init b/layout/rootfs/etc/init
deleted file mode 100755
index 619561d..0000000
--- a/layout/rootfs/etc/init
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/command/execlineb -P
-
-/command/export PATH /command:/bin
-/command/cd /
-s6-setsid -qb --
-umask 022
-
-s6-envdir -I -- /etc/s6-linux-init/current/env
-redirfd -r 0 /dev/null
-redirfd -wnb 1 /run/service/s6-svscan-log/fifo
-background
-{
- s6-setsid --
- redirfd -w 1 /run/service/s6-svscan-log/fifo
- fdmove -c 2 1
- /etc/s6-linux-init/current/rc.init
-}
-unexport !
-cd /run/service
-fdmove -c 2 1
-s6-svscan -st0