#!/bin/sh addgroup -S couchdb 2>/dev/null adduser -S -h /var/run/couchdb -s /bin/false -G couchdb -D -g couchdb couchdb 2>/dev/null exit 0