summaryrefslogtreecommitdiffstats
path: root/main/freeswitch/freeswitch.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/freeswitch/freeswitch.pre-install')
-rwxr-xr-xmain/freeswitch/freeswitch.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/freeswitch/freeswitch.pre-install b/main/freeswitch/freeswitch.pre-install
new file mode 100755
index 00000000..043b963b
--- /dev/null
+++ b/main/freeswitch/freeswitch.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+adduser -H -h /var/run/freeswitch -s /bin/false -D freeswitch 2>/dev/null
+
+exit 0