diff options
| author | Robert Günzler <r@gnzler.io> | 2022-11-18 18:13:51 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-11-18 18:38:22 +0100 |
| commit | ce5361fe47c0bed44d119e55e03d1b2ab14501ef (patch) | |
| tree | eb5227599d8e5fcb2499f7f5c3a73a1b97de38cc /.local/share/s6/pipewire/run | |
| parent | 0c950cd2bdc4914648bb9af2a2cab041776dfe03 (diff) | |
s6: update
Diffstat (limited to '.local/share/s6/pipewire/run')
| -rwxr-xr-x | .local/share/s6/pipewire/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/s6/pipewire/run b/.local/share/s6/pipewire/run index 2aaa13a..2ca516a 100755 --- a/.local/share/s6/pipewire/run +++ b/.local/share/s6/pipewire/run @@ -1,2 +1,2 @@ #!/bin/sh -exec gentoo-pipewire-launcher 2>&1 +exec /usr/bin/gentoo-pipewire-launcher 2>&1 |