File sysconfig.locate of Package mlocate.openSUSE_13.1_Update

## Path:	Applications/Locate
## Description:	Configuration of updatedb
#
# NOTE: These variables only apply to cron updatedb service only
# NOTE: For the app-wide settings see /etc/updatedb.conf
#
## Type:	yesno
## Default:	yes
#
# Should updatedb (for locate) be started by cron.daily ("yes" or "no")
#
RUN_UPDATEDB=yes

## Type:	string(nobody, root, ...)
## Default:	nobody
#
# updatedb can be run under specified user privileges
# It runs the "find" command as this user. Some people think this is a
# security hole if set to 'root' (because some directory information can
# be read which is normally protected). Others think it is useful to hold
# all files in the database.
# So if you want full information in locate db, set RUN_UPDATEDB_AS=root.
# If you want security use RUN_UPDATEDB_AS=nobody.
#
RUN_UPDATEDB_AS=nobody

## Type: integer
## Default: 19
# nice value to run at: see -n in nice(1)
#
NICE="19"

## Type: integer
## Default: 2
# ionice class to run at: see -c in ionice(1)
#
IONICE_CLASS="2"

## Type: integer
## Default: 7
# ionice priority to run at: see -n in ionice(1)
#
IONICE_PRIORITY="7"
openSUSE Build Service is sponsored by