From 5c6288c62d4a2a7f2e519758a6f851564a293b38 Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Tue, 20 Jun 2023 17:52:28 -0300 Subject: Updated example init scripts Signed-off-by: Anna (navi) Figueiredo Gomes --- init.d/pipewire | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'init.d/pipewire') 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" -- cgit v1.2.3