aboutsummaryrefslogtreecommitdiffstats
path: root/community/rethinkdb/rethinkdb.confd
blob: af65794a44bd39b5468d6694bb30586de6e9f682 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# !! 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)