summaryrefslogtreecommitdiffstats
path: root/audio/wireplumber/wireplumber-disable.sh
diff options
context:
space:
mode:
Diffstat (limited to 'audio/wireplumber/wireplumber-disable.sh')
-rw-r--r--audio/wireplumber/wireplumber-disable.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/wireplumber/wireplumber-disable.sh b/audio/wireplumber/wireplumber-disable.sh
index 77676ea9e2..9a7c8d14f0 100644
--- a/audio/wireplumber/wireplumber-disable.sh
+++ b/audio/wireplumber/wireplumber-disable.sh
@@ -40,7 +40,7 @@ if [ -f /etc/xdg/autostart/pipewire.desktop ] ; then
fi
echo "Pipewire Media Session enabled as media session server."
- if ps ax | grep -q pipewire ; then
+ if ps ax | grep -q wireplumber ; then
echo
echo "You may need to stop running daemon/wireplumber processes."
echo "The clean way is to run these commands as the user that owns the processes:"