aboutsummaryrefslogtreecommitdiffstats
path: root/layout/rootfs/etc/s6-rc/source-base/init-utmp-early
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-12-24 15:22:57 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-12-24 15:22:57 +0000
commit05742401238ce51e1ef0f840bc0c06b8c8e4ff33 (patch)
tree21bbb6b1d0b651d0fd576408091a9c298514eaf6 /layout/rootfs/etc/s6-rc/source-base/init-utmp-early
parent6065473e2438590c6e9204b50c6b49b473bdb1fa (diff)
downloadlh-bootstrap-05742401238ce51e1ef0f840bc0c06b8c8e4ff33.tar.gz
Adjust s6-rc db layout
Diffstat (limited to 'layout/rootfs/etc/s6-rc/source-base/init-utmp-early')
-rw-r--r--layout/rootfs/etc/s6-rc/source-base/init-utmp-early/dependencies.d/000
-rw-r--r--layout/rootfs/etc/s6-rc/source-base/init-utmp-early/down1
-rw-r--r--layout/rootfs/etc/s6-rc/source-base/init-utmp-early/type1
-rw-r--r--layout/rootfs/etc/s6-rc/source-base/init-utmp-early/up5
4 files changed, 0 insertions, 7 deletions
diff --git a/layout/rootfs/etc/s6-rc/source-base/init-utmp-early/dependencies.d/00 b/layout/rootfs/etc/s6-rc/source-base/init-utmp-early/dependencies.d/00
deleted file mode 100644
index e69de29..0000000
--- a/layout/rootfs/etc/s6-rc/source-base/init-utmp-early/dependencies.d/00
+++ /dev/null
diff --git a/layout/rootfs/etc/s6-rc/source-base/init-utmp-early/down b/layout/rootfs/etc/s6-rc/source-base/init-utmp-early/down
deleted file mode 100644
index 8b13789..0000000
--- a/layout/rootfs/etc/s6-rc/source-base/init-utmp-early/down
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/layout/rootfs/etc/s6-rc/source-base/init-utmp-early/type b/layout/rootfs/etc/s6-rc/source-base/init-utmp-early/type
deleted file mode 100644
index bdd22a1..0000000
--- a/layout/rootfs/etc/s6-rc/source-base/init-utmp-early/type
+++ /dev/null
@@ -1 +0,0 @@
-oneshot
diff --git a/layout/rootfs/etc/s6-rc/source-base/init-utmp-early/up b/layout/rootfs/etc/s6-rc/source-base/init-utmp-early/up
deleted file mode 100644
index cb91c16..0000000
--- a/layout/rootfs/etc/s6-rc/source-base/init-utmp-early/up
+++ /dev/null
@@ -1,5 +0,0 @@
-if { s6-mkdir -p -m 0755 /run/utmps }
-if { s6-envuidgid utmp s6-chown -U -- /run/utmps }
-s6-setuidgid utmp
-redirfd -w 1 /run/utmps/utmp
-exit 0