#!/bin/sh

NICE='nice -n 19'
IONICE='ionice -c 2 -n 7'

exec ${IONICE} ${NICE} updatedb -f proc
