aboutsummaryrefslogtreecommitdiffstats
path: root/testing/couchdb/apache-couchdb.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/couchdb/apache-couchdb.post-install')
-rwxr-xr-xtesting/couchdb/apache-couchdb.post-install3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/couchdb/apache-couchdb.post-install b/testing/couchdb/apache-couchdb.post-install
new file mode 100755
index 0000000000..0f6c62a3b0
--- /dev/null
+++ b/testing/couchdb/apache-couchdb.post-install
@@ -0,0 +1,3 @@
+#!/bin/sh
+addgroup -S couchdb
+adduser -h /var/run/couchdb -s /bin/false -G couchdb -S -D couchdb