diff options
author | davidovski <david@davidovski.xyz> | 2022-06-27 23:08:34 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-06-27 23:08:34 +0100 |
commit | f13e0cac13f90f7f57bce3b26b2e6383de6e4ad2 (patch) | |
tree | 31fe2a493efcc3ec8721b8ae9943a0f938cd3f4d /repo/ceph/ceph-user.pre-install | |
parent | e4a392b4e1e547c9569abdd1f08ec51da3dc4562 (diff) |
added qemu
Diffstat (limited to 'repo/ceph/ceph-user.pre-install')
-rw-r--r-- | repo/ceph/ceph-user.pre-install | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/repo/ceph/ceph-user.pre-install b/repo/ceph/ceph-user.pre-install deleted file mode 100644 index bae4f09..0000000 --- a/repo/ceph/ceph-user.pre-install +++ /dev/null @@ -1,5 +0,0 @@ -#!/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 |