couchdb-rpm
couchdb-rpm copied to clipboard
systemd service file uses hardcoded ini
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