couchdb: fix run file

couchdb with -b forks and causes runit to try to restart the service in a loop
This commit is contained in:
nopjmp 2015-07-16 20:58:23 -05:00
parent 3f0aa8e96c
commit a729280203

View file

@ -2,5 +2,5 @@
export HOME=/var/lib/couchdb
mkdir -p /var/run/couchdb
chown couchdb /var/run/couchdb
exec chpst -u couchdb:couchdb couchdb -r 5 -b -o /dev/null -e /dev/null
exec chpst -u couchdb:couchdb couchdb -r 5 -o /dev/null -e /dev/null