[Freeswitch-users] FreeSWITCH Start up Script - Ubuntu Server
sreekanth
sreekanth at sipcosystems.com
Tue Jul 9 19:10:23 MSD 2013
just add "/usr/local/freeswitch/bin/freeswitch -nc" to /etc/rc/local
before exit 0
My rc.local file looks like below
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
/usr/local/freeswitch/bin/freeswitch -nc
exit 0
------------
cheers !
http://askadmin.com http://sipcosystems.com
--
View this message in context: http://freeswitch-users.2379917.n2.nabble.com/FreeSWITCH-Start-up-Script-Ubuntu-Server-tp3723445p7592714.html
Sent from the freeswitch-users mailing list archive at Nabble.com.
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list