mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
6 lines
131 B
Bash
6 lines
131 B
Bash
#!/usr/bin/env bash
|
|
fs_cli -x "fsctl shutdown now"
|
|
pkill -9 freeswitch
|
|
sleep 1
|
|
/usr/local/freeswitch/bin/freeswitch -ncwait -nocal
|