aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--user/jack@.service2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8185996..fbc14cb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
uenv
+CHANGES WITH 0.4.2
+ * Fixing LimitRTTIME settings for jack@.service to adhere to updated systemd terminology
+
+CHANGES WITH 0.4.2
+ * Updating NEWS
+
CHANGES WITH 0.4
* Fixing mpd-new and mpd@ user services to have proper LimitRTTIME settings.
diff --git a/user/jack@.service b/user/jack@.service
index 1b6efdf..7edafc6 100644
--- a/user/jack@.service
+++ b/user/jack@.service
@@ -9,7 +9,7 @@ ExecStart=/usr/bin/jackd -n $NAME $REALTIME -p $PORTMAX -d $DRIVER -d $DEVICE $D
CPUSchedulingPolicy=rr
CPUSchedulingPriority=70
LimitRTPRIO=71
-LimitRTTIME=-1
+LimitRTTIME=infinity
[Install]
WantedBy=default.target