taskset uses non-standard option processing

This commit is contained in:
Ben Peddell 2016-10-07 04:41:14 +10:00
parent 1a32ac0012
commit bfd3c0e4f5

View File

@ -1044,7 +1044,7 @@ doStart() {
if [ -n "$arkCpuAffinity" ]; then
echo "Setting CPU affinity for ark server"
taskset -c "$arkCpuAffinity" -p "$pid"
taskset -pc "$arkCpuAffinity" "$pid"
fi
kill -CONT "$pid"