mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-26 11:02:20 +01:00
7 lines
142 B
Bash
7 lines
142 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S opensips 2>/dev/null
|
|
adduser -S -D -H -h /var/empty -s /bin/false -G opensips -g opensips opensips 2>/dev/null
|
|
|
|
exit 0
|