From 43bab9ba6f53da5f4c9fa5252736ca8b30e089f8 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Sun, 4 Feb 2024 10:28:10 -0500 Subject: Switch from superd to s6 for session service management --- .config/s6-rc/dbus/run | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 .config/s6-rc/dbus/run (limited to '.config/s6-rc/dbus/run') 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 -- cgit v1.2.3