aports/main/freeswitch/freeswitch.pre-install
Natanael Copa 9d2e5c3a9e main/freeswitch: add --host/--build and use /sbin/nologin as shell
we need to download and unpack sources for 3rd party libs so we can
update config.sub for those.
2013-09-04 12:14:17 +00:00

6 lines
96 B
Bash
Executable File

#!/bin/sh
adduser -H -h /var/run/freeswitch -s /sbin/nologin -D freeswitch 2>/dev/null
exit 0