diff options
Diffstat (limited to '.config/s6-rc/dbus/run')
| -rwxr-xr-x | .config/s6-rc/dbus/run | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/s6-rc/dbus/run b/.config/s6-rc/dbus/run new file mode 100755 index 0000000..bbf8767 --- /dev/null +++ b/.config/s6-rc/dbus/run @@ -0,0 +1,5 @@ +#!/bin/execlineb -P +fdmove -c 2 1 +importas -i XDG_RUNTIME_DIR XDG_RUNTIME_DIR +s6-notifyoncheck +dbus-daemon --session --nofork --nopidfile --nosyslog --address unix:path=${XDG_RUNTIME_DIR}/bus |
