1 2 3 4 5 6
#! /bin/sh if [ -x /usr/libexec/locate.updatedb ] then echo /usr/libexec/locate.updatedb | nice -n 5 su -fm nobody fi