diff options
Diffstat (limited to 'testing/apache-couchdb/apache-couchdb.post-install')
-rwxr-xr-x | testing/apache-couchdb/apache-couchdb.post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/apache-couchdb/apache-couchdb.post-install b/testing/apache-couchdb/apache-couchdb.post-install new file mode 100755 index 0000000000..5cc944e70b --- /dev/null +++ b/testing/apache-couchdb/apache-couchdb.post-install @@ -0,0 +1,4 @@ +#!/bin/sh +addgroup -S couchdb &>/dev/null +adduser -h /var/run/couchdb -s /bin/false -G couchdb -S -D couchdb &>/dev/null +exit 0 |