diff options
| author | PS <p@0x53.net> | 2026-02-01 12:02:03 +0100 |
|---|---|---|
| committer | PS <p@0x53.net> | 2026-02-01 12:02:03 +0100 |
| commit | 980c5408489a3a3a56e49c3873f1bce6a0155cad (patch) | |
| tree | 91df5fa62e7eca03d04b8ed114b20b337b99a556 /src/lib/source/user/other/dbus-daemon-srv/run | |
| download | goetia-base-980c5408489a3a3a56e49c3873f1bce6a0155cad.tar.gz goetia-base-980c5408489a3a3a56e49c3873f1bce6a0155cad.tar.bz2 goetia-base-980c5408489a3a3a56e49c3873f1bce6a0155cad.zip | |
version 0.2.0.0
Diffstat (limited to 'src/lib/source/user/other/dbus-daemon-srv/run')
| -rw-r--r-- | src/lib/source/user/other/dbus-daemon-srv/run | 16 |
1 files changed, 16 insertions, 0 deletions
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 |
