aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ceph/ceph-common.pre-install
diff options
context:
space:
mode:
authorJohn Coyle <dx9err@gmail.com>2016-09-13 21:37:26 -0400
committerLeonardo Arena <rnalrd@alpinelinux.org>2016-12-14 11:24:23 +0000
commitb9f52abf3d6699610f521c36af0d877325f94f05 (patch)
tree7800dc60e9b6524b0f8347313ebf13b07ce44392 /testing/ceph/ceph-common.pre-install
parent536743cdcc0a172411fd66e45dea2238aa5a309f (diff)
downloadaports-b9f52abf3d6699610f521c36af0d877325f94f05.tar.bz2
aports-b9f52abf3d6699610f521c36af0d877325f94f05.tar.xz
testing/ceph: new aport
http://ceph.com Ceph is a distributed object store and file system.
Diffstat (limited to 'testing/ceph/ceph-common.pre-install')
-rw-r--r--testing/ceph/ceph-common.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/ceph/ceph-common.pre-install b/testing/ceph/ceph-common.pre-install
new file mode 100644
index 0000000000..bae4f09dc7
--- /dev/null
+++ b/testing/ceph/ceph-common.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+addgroup ceph -g 167 -S 2>/dev/null
+adduser ceph -u 167 -S -G ceph -s /sbin/nologin -h /var/lib/ceph -g "Ceph Daemons" 2> /dev/null
+exit 0