summary refs log tree commit diff
path: root/os/etc/s6-rc/src/kmod-static-nodes
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-02-10 12:32:48 +0100
committerRobert Günzler <r@gnzler.io>2026-02-10 12:41:25 +0100
commit63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch)
tree41cd5d2d1ec36e74e464caab722cc9b460153f04 /os/etc/s6-rc/src/kmod-static-nodes
parent5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff)
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'os/etc/s6-rc/src/kmod-static-nodes')
-rw-r--r--os/etc/s6-rc/src/kmod-static-nodes/dependencies.d/mount-devfs0
-rw-r--r--os/etc/s6-rc/src/kmod-static-nodes/type1
-rw-r--r--os/etc/s6-rc/src/kmod-static-nodes/up4
3 files changed, 0 insertions, 5 deletions
diff --git a/os/etc/s6-rc/src/kmod-static-nodes/dependencies.d/mount-devfs b/os/etc/s6-rc/src/kmod-static-nodes/dependencies.d/mount-devfs
deleted file mode 100644
index e69de29..0000000
--- a/os/etc/s6-rc/src/kmod-static-nodes/dependencies.d/mount-devfs
+++ /dev/null
diff --git a/os/etc/s6-rc/src/kmod-static-nodes/type b/os/etc/s6-rc/src/kmod-static-nodes/type
deleted file mode 100644
index bdd22a1..0000000
--- a/os/etc/s6-rc/src/kmod-static-nodes/type
+++ /dev/null
@@ -1 +0,0 @@
-oneshot
diff --git a/os/etc/s6-rc/src/kmod-static-nodes/up b/os/etc/s6-rc/src/kmod-static-nodes/up
deleted file mode 100644
index 0f5c203..0000000
--- a/os/etc/s6-rc/src/kmod-static-nodes/up
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/execlineb -P
-
-foreground { if -n { test -d /run/tmpfiles.d } mkdir /run/tmpfiles.d }
-foreground { kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf }