couchdb-rpm icon indicating copy to clipboard operation
couchdb-rpm copied to clipboard

systemd service file uses hardcoded ini

Open bastischubert opened this issue 8 years ago • 0 comments

hi there,

the couchdb.service uses hardcoded ini files:

"-couch_ini /etc/couchdb/default.ini /etc/couchdb/local.ini"

whereas couchdb binary also honors the local.d directory:

couchdb -c
/etc/couchdb/default.ini
/etc/couchdb/local.ini
/etc/couchdb/local.d/couchdb.ini

you might want to change this beheaviour as it's misleading ;)

cheers basti

bastischubert avatar Sep 02 '16 14:09 bastischubert