summaryrefslogtreecommitdiff
path: root/init.d/wireplumber
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2023-06-20 17:52:28 -0300
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2023-06-20 17:52:28 -0300
commit5c6288c62d4a2a7f2e519758a6f851564a293b38 (patch)
tree7760dbe9b37e231d6c7a30dca65eb6be923aa0e0 /init.d/wireplumber
parent31ee4472e897cbf0c3d61bd56bd5864f4507b659 (diff)
Updated example init scriptsHEADmain
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Diffstat (limited to 'init.d/wireplumber')
-rwxr-xr-xinit.d/wireplumber5
1 files changed, 1 insertions, 4 deletions
diff --git a/init.d/wireplumber b/init.d/wireplumber
index 823ff2d..ca5098c 100755
--- a/init.d/wireplumber
+++ b/init.d/wireplumber
@@ -4,9 +4,6 @@ depend() {
need pipewire dbus
}
-DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR:-${RC_SVCDIR}}/bus"
-export DBUS_SESSION_BUS_ADDRESS
-
command="/usr/bin/wireplumber"
command_background=true
-pidfile="${XDG_RUNTIME_DIR-:${SVCDIR}}/wireplumber.pid"
+pidfile="${XDG_RUNTIME_DIR:-${SVCDIR}}/wireplumber.pid"