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