Skip to content

Commit

Permalink
taskset uses non-standard option processing
Browse files Browse the repository at this point in the history
  • Loading branch information
klightspeed committed Oct 6, 2016
1 parent 1a32ac0 commit bfd3c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/arkmanager
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bfd3c0e

Please sign in to comment.