From 5405865aa15a2bc9bcbdfa6624a34068e122b4ff Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 30 Nov 2014 18:30:31 +0100 Subject: stop_jack: Added enabling of pulseaudio after disabling of JACK. --- bin/stop_jack | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/stop_jack b/bin/stop_jack index 9c47548..786f16a 100755 --- a/bin/stop_jack +++ b/bin/stop_jack @@ -3,6 +3,9 @@ jack_control stop sleep 3 jack_control exit + +systemctl --user start pulse + exit 0 #kill $(pidof jackd) -- cgit v1.2.3-54-g00ecf