diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | user/jack@.service | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 |