Upstart script for CouchDB
start on runlevel [2345] | |
exec su -s /bin/sh -c 'exec "$0" "$@"' couchdb -- /mnt/couch/bin/couchdb | |
respawn | |
respawn limit 10 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment