aports/testing/lizardfs/lizardfs.pre-install
Natanael Copa 814d953133 testing/lizardfs: new aport
a highly reliable, scalable and efficient distributed file system
https://github.com/lizardfs/lizardfs/
2015-07-08 12:37:33 +00:00

7 lines
122 B
Bash

#!/bin/sh
addgroup -S mfs 2>/dev/null
adduser -S -H -h /var/lib/mfs -s /sbin/nologin -D -G mfs mfs \
2>/dev/null
exit 0