Comment 3 for bug 759574

Revision history for this message
David Fraser (davidf) wrote :

My mlocate script installed with the latest version in 14.04 in /etc/cron.daily calls ionice, so this can be marked done

# See ionice(1)
if [ -x /usr/bin/ionice ] &&
    /usr/bin/ionice -c3 true 2>/dev/null; then
    IONICE="/usr/bin/ionice -c3"
fi

flock --nonblock /run/mlocate.daily.lock $IONICE /usr/bin/updatedb.mlocate