From dfd9f7b10d0d3a53edc424ed3f26afad8b27d0a5 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Fri, 31 May 2019 15:06:29 +1200 Subject: [PATCH] update description for niceness --- nzbToLidarr.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nzbToLidarr.py b/nzbToLidarr.py index c38f5975..da89ab46 100755 --- a/nzbToLidarr.py +++ b/nzbToLidarr.py @@ -97,8 +97,10 @@ # Niceness for external tasks Extractor and Transcoder. # -# Set the Niceness value for the nice command. These range from -20 (most favorable to the process) to 19 (least favorable to the process). -#niceness=10 +# Set the Niceness value for the nice command. These range from -20 (most favorable to the process) to 19 (least favorable to the process). +# If entering an integer e.g 'niceness=4', this is added to the nice command and passed as 'nice -n4' (Default). +# If entering a comma separated list e.g. 'niceness=nice,4' this will be passed as 'nice 4' (Safer). +#niceness=nice,-n0 # ionice scheduling class (0, 1, 2, 3). #