updatedb running on every boot

Luke Militello luke at digitalenigma.net
Mon Jan 12 07:14:13 UTC 2009


Ioannis Vranos wrote:
> OS: Ubuntu 8.10 x86.
> 
> I want "updatedb" to run at every boot, instead of once a day.
> 
> How may I do that?
> 
> 
> Thanks.
> 

Add the following to '/etc/rc.local' just before 'exit  0'.

/usr/bin/updatedb > /dev/null 2>&1




More information about the ubuntu-users mailing list