diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2014-01-24 12:14:48 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2014-01-24 12:15:03 +0000 |
commit | ae2516fadcb423b79d86e6d7f1ec495d6d09dd86 (patch) | |
tree | c9e91d129c64fb5290cbaf3cee935a8f9e9cc040 /testing/couchdb/apache-couchdb.post-install | |
parent | 7fca2157cceacb723a8d803174e2c6e914186db4 (diff) | |
download | aports-ae2516fadcb423b79d86e6d7f1ec495d6d09dd86.tar.bz2 aports-ae2516fadcb423b79d86e6d7f1ec495d6d09dd86.tar.xz |
testing/couchdb: new aport
Diffstat (limited to 'testing/couchdb/apache-couchdb.post-install')
-rwxr-xr-x | testing/couchdb/apache-couchdb.post-install | 3 |
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 |