start jobs with the greatest niceness

This commit is contained in:
Leo Butler 2021-04-18 06:33:41 -05:00
parent 22319f14a3
commit 265905ff90
1 changed files with 1 additions and 1 deletions

View File

@ -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