aports/community/postsrsd/postsrsd.pre-install
2016-12-20 14:30:43 +01:00

7 lines
128 B
Bash

#!/bin/sh
addgroup -S postsrsd 2>/dev/null
adduser -S -D -H -s /bin/false -G postsrsd -g postsrsd postsrsd 2>/dev/null
exit 0