diff options
Diffstat (limited to 'src/lib/source/user/other/dbus-daemon-srv')
5 files changed, 19 insertions, 0 deletions
diff --git a/src/lib/source/user/other/dbus-daemon-srv/dependencies.d/xdg-runtime-dir b/src/lib/source/user/other/dbus-daemon-srv/dependencies.d/xdg-runtime-dir new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/lib/source/user/other/dbus-daemon-srv/dependencies.d/xdg-runtime-dir diff --git a/src/lib/source/user/other/dbus-daemon-srv/notification-fd b/src/lib/source/user/other/dbus-daemon-srv/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/src/lib/source/user/other/dbus-daemon-srv/notification-fd @@ -0,0 +1 @@ +3 diff --git a/src/lib/source/user/other/dbus-daemon-srv/producer-for b/src/lib/source/user/other/dbus-daemon-srv/producer-for new file mode 100644 index 0000000..f967dcb --- /dev/null +++ b/src/lib/source/user/other/dbus-daemon-srv/producer-for @@ -0,0 +1 @@ +dbus-daemon-log diff --git a/src/lib/source/user/other/dbus-daemon-srv/run b/src/lib/source/user/other/dbus-daemon-srv/run new file mode 100644 index 0000000..df3d801 --- /dev/null +++ b/src/lib/source/user/other/dbus-daemon-srv/run @@ -0,0 +1,16 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://www.freedesktop.org/wiki/Software/dbus/ + +fdmove -c 2 1 + +importas -Si DBUS_SESSION_BUS_ADDRESS + +dbus-daemon + --session + --nofork + --nopidfile + --nosyslog + --address=${DBUS_SESSION_BUS_ADDRESS} + --print-pid=3 diff --git a/src/lib/source/user/other/dbus-daemon-srv/type b/src/lib/source/user/other/dbus-daemon-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/src/lib/source/user/other/dbus-daemon-srv/type @@ -0,0 +1 @@ +longrun |
