summaryrefslogtreecommitdiff
path: root/media-video/wireplumber/files/wireplumber.initd
blob: ea4c6f25ceb417962cd4f99efd3ed6992faee45e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/sbin/openrc-run
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License, v2 or later

depend() {
	need pipewire dbus
}

DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus"
supervisor=supervise-daemon
command="/usr/bin/wireplumber"