aports/testing/ceph17/ceph-user.pre-install
Duncan Bellamy c515875503 testing/ceph17: new aport
* ceph 17 / quincy
2022-04-19 19:26:37 +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