mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 03:35:38 +03:00
6 lines
146 B
Bash
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
|