1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00
aports/community/postsrsd/postsrsd.pre-install
2023-01-01 18:11:22 +00:00

6 lines
146 B
Bash

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