ceph/alpine/ceph-common.pre-install
John Coyle 9001d7e659 alpine: add alpine packaging support
Signed-off-by: John Coyle <dx9err@gmail.com>
2016-12-20 20:20:15 -05:00

6 lines
150 B
Bash

#!/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