Project

General

Profile

« Previous | Next » 

Revision 3475

root map: Run bin/map with a nice increment of +5 to avoid interfering with the user's other processes

View differences:

map
39 39
    fi
40 40
fi
41 41

  
42
exec "$bin/map" "$@"
42
exec nice -n +5 "$bin/map" "$@"

Also available in: Unified diff