aboutsummaryrefslogtreecommitdiffstats
path: root/testing/couchdb/apache-couchdb.post-install
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2014-01-24 12:14:48 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2014-01-24 12:15:03 +0000
commitae2516fadcb423b79d86e6d7f1ec495d6d09dd86 (patch)
treec9e91d129c64fb5290cbaf3cee935a8f9e9cc040 /testing/couchdb/apache-couchdb.post-install
parent7fca2157cceacb723a8d803174e2c6e914186db4 (diff)
downloadaports-ae2516fadcb423b79d86e6d7f1ec495d6d09dd86.tar.bz2
aports-ae2516fadcb423b79d86e6d7f1ec495d6d09dd86.tar.xz
testing/couchdb: new aport
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