aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch/freeswitch.pre-install
blob: 6f31b67f619532996bf3b5de99b81d19e083a003 (plain)
1
2
3
4
5
#!/bin/sh

adduser -S -D -H -h /var/run/freeswitch -s /sbin/nologin -g freeswitch freeswitch 2>/dev/null

exit 0