diff options
Diffstat (limited to 'dev-db/rethinkdb/files/rethinkdb.confd')
-rw-r--r-- | dev-db/rethinkdb/files/rethinkdb.confd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-db/rethinkdb/files/rethinkdb.confd b/dev-db/rethinkdb/files/rethinkdb.confd new file mode 100644 index 000000000000..af65794a44bd --- /dev/null +++ b/dev-db/rethinkdb/files/rethinkdb.confd @@ -0,0 +1,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)
\ No newline at end of file |