aboutsummaryrefslogtreecommitdiffstats
path: root/community/postsrsd/postsrsd.pre-install
blob: 03cbf118026f643a39e195eab17d6175678eef09 (plain)
1
2
3
4
5
6
#!/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