Comment 5 for bug 448682

Revision history for this message
Fer (fauria) wrote : Re: Cannot stop couchdb using /etc/init.d/couchdb

You can kill couchdb without rebooting by using:

ps -U couchdb -o pid= | xargs kill -9