Hi Daniel, 2014-03-19 7:51 GMT+01:00 Daniel Gonzalez <[email protected]>:
> > > But I do not know where some of the flags are set: > -a /etc/couchdb2/default.ini > -a /etc/couchdb2/local.ini > -p /var/run/couchdb2/couchdb.pid > > So my question is: where do I set those flags? They are not set in > /etc/init.d/couchdb! > these are the default locations determined at compile time and set in /usr/bin/couchdb (which is a shell script) Should work if you set these in /etc/default/couchdb2 (COUCHDB_OPTIONS) and change the CONFIGURATION_FILE in /etc/init.d/couchdb2. regards, Stefan
