summaryrefslogtreecommitdiff
path: root/rc/Config/rc/runlevels/gui/pipewire
diff options
context:
space:
mode:
Diffstat (limited to 'rc/Config/rc/runlevels/gui/pipewire')
-rwxr-xr-xrc/Config/rc/runlevels/gui/pipewire11
1 files changed, 11 insertions, 0 deletions
diff --git a/rc/Config/rc/runlevels/gui/pipewire b/rc/Config/rc/runlevels/gui/pipewire
new file mode 100755
index 0000000..76a0f19
--- /dev/null
+++ b/rc/Config/rc/runlevels/gui/pipewire
@@ -0,0 +1,11 @@
+#!/sbin/openrc-run
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License, v2 or later
+
+depend() {
+ need dbus
+}
+
+export DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus"
+supervisor=supervise-daemon
+command="/usr/bin/pipewire"