aports/community/rtpengine/rtpengine.pre-install
2020-12-07 16:20:05 +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