diff options
author | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2024-04-22 16:01:04 +0200 |
---|---|---|
committer | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2024-04-22 16:01:04 +0200 |
commit | a78633a08a31903e0794dd075e51615e0115684e (patch) | |
tree | 56175dead6183d926b44eafe7b3aa903142657cb /init.d/pipewire |
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Diffstat (limited to 'init.d/pipewire')
-rwxr-xr-x | init.d/pipewire | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/init.d/pipewire b/init.d/pipewire new file mode 100755 index 0000000..128f5c6 --- /dev/null +++ b/init.d/pipewire @@ -0,0 +1,10 @@ +#!/sbin/openrc-run + +depend() { + need dbus +} + +DBUS_SESSION_BUS_ADDRESS=$(rc-service --user dbus socket) +command="/usr/bin/pipewire" +command_background="true" +pidfile="${XDG_RUNTIME_DIR}/pipewire.pid" |