From 980c5408489a3a3a56e49c3873f1bce6a0155cad Mon Sep 17 00:00:00 2001 From: PS
Date: Sun, 1 Feb 2026 12:02:03 +0100 Subject: version 0.2.0.0 --- .../source/system/other/dbus-daemon-srv/notification-fd | 1 + src/lib/source/system/other/dbus-daemon-srv/producer-for | 1 + src/lib/source/system/other/dbus-daemon-srv/run | 15 +++++++++++++++ src/lib/source/system/other/dbus-daemon-srv/type | 1 + 4 files changed, 18 insertions(+) create mode 100644 src/lib/source/system/other/dbus-daemon-srv/notification-fd create mode 100644 src/lib/source/system/other/dbus-daemon-srv/producer-for create mode 100644 src/lib/source/system/other/dbus-daemon-srv/run create mode 100644 src/lib/source/system/other/dbus-daemon-srv/type (limited to 'src/lib/source/system/other/dbus-daemon-srv') diff --git a/src/lib/source/system/other/dbus-daemon-srv/notification-fd b/src/lib/source/system/other/dbus-daemon-srv/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/src/lib/source/system/other/dbus-daemon-srv/notification-fd @@ -0,0 +1 @@ +3 diff --git a/src/lib/source/system/other/dbus-daemon-srv/producer-for b/src/lib/source/system/other/dbus-daemon-srv/producer-for new file mode 100644 index 0000000..f967dcb --- /dev/null +++ b/src/lib/source/system/other/dbus-daemon-srv/producer-for @@ -0,0 +1 @@ +dbus-daemon-log diff --git a/src/lib/source/system/other/dbus-daemon-srv/run b/src/lib/source/system/other/dbus-daemon-srv/run new file mode 100644 index 0000000..73c44b6 --- /dev/null +++ b/src/lib/source/system/other/dbus-daemon-srv/run @@ -0,0 +1,15 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://www.freedesktop.org/wiki/Software/dbus/ + +fdmove -c 2 1 + +foreground { dbus-uuidgen --ensure=/etc/machine-id } +foreground { install -m755 -g 81 -o 81 -d /run/dbus } + +dbus-daemon + --system + --nofork + --nopidfile + --print-pid=3 diff --git a/src/lib/source/system/other/dbus-daemon-srv/type b/src/lib/source/system/other/dbus-daemon-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/src/lib/source/system/other/dbus-daemon-srv/type @@ -0,0 +1 @@ +longrun -- cgit v1.2.3