aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-10-25 10:23:49 +0200
committerDavid Runge <dave@sleepmap.de>2016-10-25 10:23:49 +0200
commit6917ea4b332cb85e0f5fc7aa79a9188f7adec417 (patch)
tree711a1dc7aa92468f7930d0f3b413ba443c256537
parentb6a282adb5432c3c99bfb24c66588761f9bb383a (diff)
downloaduenv-6917ea4b332cb85e0f5fc7aa79a9188f7adec417.tar.gz
uenv-6917ea4b332cb85e0f5fc7aa79a9188f7adec417.tar.bz2
uenv-6917ea4b332cb85e0f5fc7aa79a9188f7adec417.tar.xz
uenv-6917ea4b332cb85e0f5fc7aa79a9188f7adec417.zip
user/jack@.service: Removing named server settings (they conflict with many default clients.
-rw-r--r--config/jack/fw11
-rw-r--r--config/jack/internal-441001
-rw-r--r--user/jack@.service2
3 files changed, 1 insertions, 3 deletions
diff --git a/config/jack/fw1 b/config/jack/fw1
index f597ba6..a851d30 100644
--- a/config/jack/fw1
+++ b/config/jack/fw1
@@ -1,5 +1,4 @@
# Sample configuration file for a JACK systemd --user service, using a firewire device
-NAME="default"
DRIVER="firewire"
DEVICE="/dev/fw1"
NOMLOCK=""
diff --git a/config/jack/internal-44100 b/config/jack/internal-44100
index 5c27d56..92e9c12 100644
--- a/config/jack/internal-44100
+++ b/config/jack/internal-44100
@@ -1,4 +1,3 @@
-NAME="default"
DRIVER="alsa"
DEVICE="hw:PCH"
NOMLOCK=""
diff --git a/user/jack@.service b/user/jack@.service
index 7edafc6..47a068d 100644
--- a/user/jack@.service
+++ b/user/jack@.service
@@ -5,7 +5,7 @@ After=sound.target local-fs.target
[Service]
EnvironmentFile=-/etc/jack/%i
EnvironmentFile=-%h/.config/jack/%i
-ExecStart=/usr/bin/jackd -n $NAME $REALTIME -p $PORTMAX -d $DRIVER -d $DEVICE $DRIVER_SETTINGS
+ExecStart=/usr/bin/jackd $REALTIME -p$PORTMAX -d$DRIVER -d$DEVICE $DRIVER_SETTINGS
CPUSchedulingPolicy=rr
CPUSchedulingPriority=70
LimitRTPRIO=71