diff --git a/daemon/scripts/disable_pulseaudio.sh b/daemon/scripts/disable_pulseaudio.sh index 212a197..e8ed9d3 100755 --- a/daemon/scripts/disable_pulseaudio.sh +++ b/daemon/scripts/disable_pulseaudio.sh @@ -5,6 +5,6 @@ pulseaudio --kill rm $HOME/.config/pulse/client.conf systemctl --user stop pulseaudio.socket > /dev/null 2>&1 -systemctl --user stop pulseaudio.sservice > /dev/null 2>&1 +systemctl --user stop pulseaudio.service > /dev/null 2>&1 diff --git a/run_latency_test.sh b/run_latency_test.sh index 1d3e64f..2b5bfd1 100755 --- a/run_latency_test.sh +++ b/run_latency_test.sh @@ -115,7 +115,7 @@ if [ -x /usr/bin/pulseaudio ]; then rm $HOME/.config/pulse/client.conf #disable pulseaudio systemctl --user stop pulseaudio.socket > /dev/null 2>&1 - systemctl --user stop pulseaudio.sservice > /dev/null 2>&1 + systemctl --user stop pulseaudio.service > /dev/null 2>&1 fi #uninstall kernel module diff --git a/run_test.sh b/run_test.sh index a138937..00f124c 100755 --- a/run_test.sh +++ b/run_test.sh @@ -102,7 +102,7 @@ if [ -x /usr/bin/pulseaudio ]; then rm $HOME/.config/pulse/client.conf #disable pulseaudio systemctl --user stop pulseaudio.socket > /dev/null 2>&1 - systemctl --user stop pulseaudio.sservice > /dev/null 2>&1 + systemctl --user stop pulseaudio.service > /dev/null 2>&1 fi #uninstall kernel module