diff options
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-devfs | 0 | ||||
| -rw-r--r-- | os/etc/s6-rc/src/kmod-static-nodes/type | 1 | ||||
| -rw-r--r-- | os/etc/s6-rc/src/kmod-static-nodes/up | 4 |
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 } |