Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The following page has been changed by TillKlampaeckel:
http://wiki.apache.org/couchdb/Installing_on_FreeBSD
The comment on the change is:
removed stale info (couchdb on freebsd really daemonizes under the correct user)
------------------------------------------------------------------------------
/usr/local/etc/couchdb/local.ini
}}}
- Upon the "start" command that script will issue a command like
- {{{
- su login /usr/local/bin/couchdb -b -c ... -p /var/run/couchdb.pid -o ... -e ... -r 5
- }}}
-
- This "su login .." is the reason why I kept the shell entry (last field) in the passwd config
file otherwise it won't work. This is obviously not the FreeBSD way for daemon processes,
which should end up with a "/usr/sbin/nologin" there.
-
The logfile is configured to be written to
{{{
/var/log/couchdb/couch.log
|