forked from norman/fusionpbx-install.sh-github-mirror
6 lines
142 B
Bash
Executable File
6 lines
142 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir -p /var/run/freeswitch
|
|
chown -R www-data:www-data /var/run/freeswitch
|
|
/usr/bin/freeswitch -nc -u www-data -g www-data -nonat
|