diff options
Diffstat (limited to 'src/lib/source/system/other/tmpfiles-dev')
5 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/source/system/other/tmpfiles-dev/dependencies.d/kmod-static-nodes b/src/lib/source/system/other/tmpfiles-dev/dependencies.d/kmod-static-nodes new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/lib/source/system/other/tmpfiles-dev/dependencies.d/kmod-static-nodes diff --git a/src/lib/source/system/other/tmpfiles-dev/dependencies.d/mount-dev b/src/lib/source/system/other/tmpfiles-dev/dependencies.d/mount-dev new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/lib/source/system/other/tmpfiles-dev/dependencies.d/mount-dev diff --git a/src/lib/source/system/other/tmpfiles-dev/dependencies.d/mount-proc b/src/lib/source/system/other/tmpfiles-dev/dependencies.d/mount-proc new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/lib/source/system/other/tmpfiles-dev/dependencies.d/mount-proc diff --git a/src/lib/source/system/other/tmpfiles-dev/type b/src/lib/source/system/other/tmpfiles-dev/type new file mode 100644 index 0000000..bdd22a1 --- /dev/null +++ b/src/lib/source/system/other/tmpfiles-dev/type @@ -0,0 +1 @@ +oneshot diff --git a/src/lib/source/system/other/tmpfiles-dev/up b/src/lib/source/system/other/tmpfiles-dev/up new file mode 100644 index 0000000..d95481c --- /dev/null +++ b/src/lib/source/system/other/tmpfiles-dev/up @@ -0,0 +1,8 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://github.com/systemd/systemd + +fdmove -c 2 1 + +systemd-tmpfiles --prefix=/dev --create --boot |
