aports/community/ceph18/ceph18-user.pre-install
Duncan Bellamy 81d6901b53 community/ceph18: move from testing
* move deps isa-l and isa-l_crypto as well
2023-09-01 06:49:14 +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