On Mon, May 23, 2011 at 8:30 PM, Noah Slater <[email protected]> wrote: > > On 23 May 2011, at 19:05, till wrote: > >> Great success: >> foo:~# su -c couchdb -c 'echo "foo"' >> foo > > How about: > > sudo -u couchdb /usr/local/bin/couchdb
Seems to work: foo:~# su -c couchdb -c /usr/local/bin/couchdb Apache CouchDB 1.0.2 (LogLevel=error) is starting. Apache CouchDB has started. Time to relax.
