pipewire: default to PIPEWIRE_DEBUG=3

This commit is contained in:
2024-07-21 17:02:34 +00:00
parent 74f2d4d174
commit b72acef8ed

View File

@@ -165,7 +165,7 @@ in
command = pkgs.writeShellScript "pipewire-start" ''
mkdir -p $PIPEWIRE_RUNTIME_DIR
# nice -n -21 comes from pipewire defaults (niceness: -11)
exec nice -n -21 pipewire
PIPEWIRE_DEBUG=3 exec nice -n -21 pipewire
'';
readiness.waitExists = [
"$PIPEWIRE_RUNTIME_DIR/pipewire-0"