pipewire: default to PIPEWIRE_DEBUG=3
This commit is contained in:
@@ -165,7 +165,7 @@ in
|
|||||||
command = pkgs.writeShellScript "pipewire-start" ''
|
command = pkgs.writeShellScript "pipewire-start" ''
|
||||||
mkdir -p $PIPEWIRE_RUNTIME_DIR
|
mkdir -p $PIPEWIRE_RUNTIME_DIR
|
||||||
# nice -n -21 comes from pipewire defaults (niceness: -11)
|
# nice -n -21 comes from pipewire defaults (niceness: -11)
|
||||||
exec nice -n -21 pipewire
|
PIPEWIRE_DEBUG=3 exec nice -n -21 pipewire
|
||||||
'';
|
'';
|
||||||
readiness.waitExists = [
|
readiness.waitExists = [
|
||||||
"$PIPEWIRE_RUNTIME_DIR/pipewire-0"
|
"$PIPEWIRE_RUNTIME_DIR/pipewire-0"
|
||||||
|
Reference in New Issue
Block a user