diff options
author | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2023-05-04 10:01:34 -0300 |
---|---|---|
committer | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2023-05-04 10:01:34 -0300 |
commit | 31ee4472e897cbf0c3d61bd56bd5864f4507b659 (patch) | |
tree | 5b0a8af5189ea1b88a36e9b909f3933899d9a1cf /init.d/pipewire |
re-initial
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
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" |