mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
6 lines
149 B
Bash
6 lines
149 B
Bash
#!/bin/sh
|
|
|
|
# We need to kill any existing pipewire instance to restore sound
|
|
pkill -u "${USER}" -x pipewire 1>/dev/null 2>&1
|
|
|
|
exec /usr/bin/pipewire
|