diff options
author | David Runge <david.runge@frqrec.com> | 2014-11-30 18:30:31 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-11-30 18:30:31 +0100 |
commit | 5405865aa15a2bc9bcbdfa6624a34068e122b4ff (patch) | |
tree | e6248e7a4dc6bfbcf0831708661b80b01489e30e /bin | |
parent | 28964984f188434352a327a3fcc99d6f050ed2a1 (diff) | |
download | dotfiles-5405865aa15a2bc9bcbdfa6624a34068e122b4ff.tar.gz dotfiles-5405865aa15a2bc9bcbdfa6624a34068e122b4ff.tar.bz2 dotfiles-5405865aa15a2bc9bcbdfa6624a34068e122b4ff.tar.xz dotfiles-5405865aa15a2bc9bcbdfa6624a34068e122b4ff.zip |
stop_jack: Added enabling of pulseaudio after disabling of JACK.
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) |