diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/stop_jack | 3 |
1 files changed, 3 insertions, 0 deletions
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) |