wendall911 / couchdb-rpm

Sources for RPM packages for CouchDB
23 stars 11 forks source link

systemd service file uses hardcoded ini #22

Open bastischubert opened 8 years ago

bastischubert commented 8 years ago

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