From 265905ff90bb05cab7a85d18cb55baa2347afb13 Mon Sep 17 00:00:00 2001 From: Leo Butler Date: Sun, 18 Apr 2021 06:33:41 -0500 Subject: [PATCH] start jobs with the greatest niceness --- ffmpeg-myth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg-myth.sh b/ffmpeg-myth.sh index 9f539e8..537b36b 100755 --- a/ffmpeg-myth.sh +++ b/ffmpeg-myth.sh @@ -11,7 +11,7 @@ unset -v LANGUAGE working_dir=${working_dir:-"/mnt/lvraid5/ffmpeg-cut-list.d"} error_log=${error_log:-"user-job-$(date +'%Y-%m-%d-%H%M').err"} outpt_log=${error_log/err/log} -debug=${debug:-"eval ionice -c 3 "} +debug=${debug:-"eval nice -n 19 ionice -c 3 "} ffmpeg_myth_scm=${ffmpeg_myth_scm:-"/usr/local/bin/ffmpeg-myth.scm"} if test -z "$*"; then