diff options
Diffstat (limited to 'init.d/pipewire')
-rwxr-xr-x | init.d/pipewire | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/init.d/pipewire b/init.d/pipewire new file mode 100755 index 0000000..e5c9e89 --- /dev/null +++ b/init.d/pipewire @@ -0,0 +1,5 @@ +#!/sbin/openrc-run + +command="/usr/bin/pipewire" +command_background="true" +pidfile="${XDG_RUNTIME_DIR:-${SVCDIR}}/pipewire.pid" |