]> git.proxmox.com Git - ceph.git/blob - ceph/alpine/ceph-common.pre-install
bump version to 15.2.11-pve1
[ceph.git] / ceph / alpine / ceph-common.pre-install
1 #!/bin/sh
2
3 addgroup ceph -g 167 -S 2>/dev/null
4 adduser ceph -u 167 -S -G ceph -s /sbin/nologin -h /var/lib/ceph -g "Ceph Daemons" 2> /dev/null
5 exit 0