aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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