start jobs with the greatest niceness
This commit is contained in:
parent
22319f14a3
commit
265905ff90
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user