From c44c182f3a75f60d4884359c5bd2782468ee72bc Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 4 May 2016 18:26:01 +0200 Subject: user/jack@.service: Updating LimitRTTIME to adhere to new systemd terminology. --- NEWS | 6 ++++++ user/jack@.service | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3