diff options
author | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2023-06-20 17:52:28 -0300 |
---|---|---|
committer | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2023-06-20 17:52:28 -0300 |
commit | 5c6288c62d4a2a7f2e519758a6f851564a293b38 (patch) | |
tree | 7760dbe9b37e231d6c7a30dca65eb6be923aa0e0 /init.d/pipewire | |
parent | 31ee4472e897cbf0c3d61bd56bd5864f4507b659 (diff) |
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Diffstat (limited to 'init.d/pipewire')
-rwxr-xr-x | init.d/pipewire | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/init.d/pipewire b/init.d/pipewire index e5c9e89..76c8f6a 100755 --- a/init.d/pipewire +++ b/init.d/pipewire @@ -1,5 +1,9 @@ #!/sbin/openrc-run +depend() { + need dbus +} + command="/usr/bin/pipewire" command_background="true" -pidfile="${XDG_RUNTIME_DIR:-${SVCDIR}}/pipewire.pid" +pidfile="${XDG_RUNTIME_DIR:-${RC_SVCDIR}}/pipewire.pid" |