#!/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
