diff --git a/etc/periodic/weekly/310.locate b/etc/periodic/weekly/310.locate index e6921ab56e82..4079f5e8287e 100755 --- a/etc/periodic/weekly/310.locate +++ b/etc/periodic/weekly/310.locate @@ -23,7 +23,7 @@ case "$weekly_locate_enable" in chmod 644 $locdb || rc=3 cd / - echo /usr/libexec/locate.updatedb | nice -5 su -fm nobody || rc=3 + echo /usr/libexec/locate.updatedb | nice -n 5 su -fm nobody || rc=3 chmod 444 $locdb || rc=3;; *) rc=0;;