aports/testing/rtpengine/rtpengine.pre-install
Leonardo Arena 62e6d02344 testing/rtpengine: new aport
Proxy for RTP traffic and other UDP based media traffic
2020-11-06 12:08:59 +00:00

4 lines
141 B
Bash
Executable File

#!/bin/sh
addgroup -S rtpengine 2>/dev/null
adduser -S -D -h /run/rtpengine -s /sbin/nologin -G rtpengine -g rtpengine rtpengine 2>/dev/null