diff options
author | David Runge <david.runge@frqrec.com> | 2014-12-01 01:42:46 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-12-01 01:42:46 +0100 |
commit | d3ff462e2975ac812a531ff371291388a546cdde (patch) | |
tree | 9009a65c71c9d8367d1dd782e2c88f65af56bf92 /bin/stop_jack | |
parent | c75d96166e8f6dfc30923f689b45ec327b071385 (diff) | |
download | dotfiles-d3ff462e2975ac812a531ff371291388a546cdde.tar.gz dotfiles-d3ff462e2975ac812a531ff371291388a546cdde.tar.bz2 dotfiles-d3ff462e2975ac812a531ff371291388a546cdde.tar.xz dotfiles-d3ff462e2975ac812a531ff371291388a546cdde.zip |
start_jack/stop_jack: Removing stop and start of pulseaudio. Doing it manually definitely gets around issues with USB-MIDI devices.
Diffstat (limited to 'bin/stop_jack')
-rwxr-xr-x | bin/stop_jack | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/stop_jack b/bin/stop_jack index 786f16a..f07b6be 100755 --- a/bin/stop_jack +++ b/bin/stop_jack @@ -4,7 +4,6 @@ jack_control stop sleep 3 jack_control exit -systemctl --user start pulse exit 0 |