aboutsummaryrefslogtreecommitdiffstats
path: root/testing/opensips/opensips.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/opensips/opensips.pre-install')
-rw-r--r--testing/opensips/opensips.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/opensips/opensips.pre-install b/testing/opensips/opensips.pre-install
new file mode 100644
index 0000000000..4b9ccd418d
--- /dev/null
+++ b/testing/opensips/opensips.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+adduser -H -h /var/empty -s /bin/false -D opensips 2>/dev/null
+
+exit 0