From eaf0ecff18ee063286ad423469241ca0eb2e4c6c Mon Sep 17 00:00:00 2001 From: PS Date: Sun, 1 Feb 2026 12:06:46 +0100 Subject: version 0.2.0.0 --- .../system/other/tmpfiles-dev/dependencies.d/kmod-static-nodes | 0 src/lib/source/system/other/tmpfiles-dev/dependencies.d/mount-dev | 0 .../source/system/other/tmpfiles-dev/dependencies.d/mount-proc | 0 src/lib/source/system/other/tmpfiles-dev/type | 1 + src/lib/source/system/other/tmpfiles-dev/up | 8 ++++++++ 5 files changed, 9 insertions(+) create mode 100644 src/lib/source/system/other/tmpfiles-dev/dependencies.d/kmod-static-nodes create mode 100644 src/lib/source/system/other/tmpfiles-dev/dependencies.d/mount-dev create mode 100644 src/lib/source/system/other/tmpfiles-dev/dependencies.d/mount-proc create mode 100644 src/lib/source/system/other/tmpfiles-dev/type create mode 100644 src/lib/source/system/other/tmpfiles-dev/up (limited to 'src/lib/source/system/other/tmpfiles-dev') 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 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 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 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 -- cgit v1.2.3