mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-09 23:37:05 +02:00
7 lines
128 B
Bash
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
|