mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-27 20:31:40 +01:00
6 lines
135 B
Bash
6 lines
135 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S rtpproxy 2>/dev/null
|
|
adduser -S -G rtpproxy -H -h /usr/share/rtpproxy -s /bin/false rtpproxy 2>/dev/null
|
|
exit 0
|