You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/rethinkdb/files/rethinkdb.confd

12 lines
606 B

# !! IMPORTANT !!
#
# This file is ONLY used to override some of the init script configuration.
#
# You should NOT use this file to configure your rethinkdb instance,
# see the /etc/rethinkdb/default.conf.sample file instead.
#
# Available init script modifiers :
# - config_file : the configuration file to use (default : /etc/rethinkdb/instance.d/<instance-name>.conf)
# - user : the user used to run your rethinkdb instance (default : rethinkdb)
# - group : the group used to run your rethinkdb instance (default : rethinkdb)
# - run_dir : the run directory for your PID files (default : /run/rethinkdb)