diff options
Diffstat (limited to '.config/s6-rc/dbus')
| -rwxr-xr-x | .config/s6-rc/dbus/data/check | 3 | ||||
| -rwxr-xr-x | .config/s6-rc/dbus/finish | 3 | ||||
| -rw-r--r-- | .config/s6-rc/dbus/notification-fd | 1 | ||||
| -rw-r--r-- | .config/s6-rc/dbus/producer-for | 1 | ||||
| -rwxr-xr-x | .config/s6-rc/dbus/run | 5 | ||||
| -rw-r--r-- | .config/s6-rc/dbus/type | 1 |
6 files changed, 14 insertions, 0 deletions
diff --git a/.config/s6-rc/dbus/data/check b/.config/s6-rc/dbus/data/check new file mode 100755 index 0000000..0444e0b --- /dev/null +++ b/.config/s6-rc/dbus/data/check @@ -0,0 +1,3 @@ +#!/bin/execlineb -P +importas -i XDG_RUNTIME_DIR XDG_RUNTIME_DIR +test -S ${XDG_RUNTIME_DIR}/bus diff --git a/.config/s6-rc/dbus/finish b/.config/s6-rc/dbus/finish new file mode 100755 index 0000000..b22f9dc --- /dev/null +++ b/.config/s6-rc/dbus/finish @@ -0,0 +1,3 @@ +#!/command/execlineb -P +s6-permafailon 60 10 1-255 +exit diff --git a/.config/s6-rc/dbus/notification-fd b/.config/s6-rc/dbus/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/.config/s6-rc/dbus/notification-fd @@ -0,0 +1 @@ +3 diff --git a/.config/s6-rc/dbus/producer-for b/.config/s6-rc/dbus/producer-for new file mode 100644 index 0000000..7be2401 --- /dev/null +++ b/.config/s6-rc/dbus/producer-for @@ -0,0 +1 @@ +dbus-log 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 diff --git a/.config/s6-rc/dbus/type b/.config/s6-rc/dbus/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/.config/s6-rc/dbus/type @@ -0,0 +1 @@ +longrun |
