aports/testing/ceph/ceph-common.pre-install
John Coyle b9f52abf3d testing/ceph: new aport
http://ceph.com
Ceph is a distributed object store and file system.
2016-12-14 11:24:23 +00: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