aboutsummaryrefslogtreecommitdiffstats
path: root/community/ceph18/ceph18-user.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/ceph18/ceph18-user.pre-install')
-rw-r--r--community/ceph18/ceph18-user.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/ceph18/ceph18-user.pre-install b/community/ceph18/ceph18-user.pre-install
new file mode 100644
index 00000000000..bae4f09dc73
--- /dev/null
+++ b/community/ceph18/ceph18-user.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