mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 03:42:37 +01:00
6 lines
138 B
Bash
6 lines
138 B
Bash
#!/bin/sh
|
|
|
|
addgroup -S rtpproxy 2>/dev/null
|
|
adduser -S -G rtpproxy -H -h /usr/share/rtpproxy -s /sbin/nologin rtpproxy 2>/dev/null
|
|
exit 0
|