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