aboutsummaryrefslogtreecommitdiffstats
path: root/community/rtpengine/rtpengine.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/rtpengine/rtpengine.pre-install')
-rwxr-xr-xcommunity/rtpengine/rtpengine.pre-install3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/rtpengine/rtpengine.pre-install b/community/rtpengine/rtpengine.pre-install
new file mode 100755
index 00000000000..dc75961dff3
--- /dev/null
+++ b/community/rtpengine/rtpengine.pre-install
@@ -0,0 +1,3 @@
+#!/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