forked from Mirrors/freeswitch
6 lines
131 B
Bash
Executable File
6 lines
131 B
Bash
Executable File
#!/usr/bin/env bash
|
|
fs_cli -x "fsctl shutdown now"
|
|
pkill -9 freeswitch
|
|
sleep 1
|
|
/usr/local/freeswitch/bin/freeswitch -ncwait -nocal
|