Hi,
I have modified my rc.local as
Copy to clipboard
Code:
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
/usr/sbin/misdn-init start
/usr/sbin/amportal start
chmod 755 /usr/local/sbin/motd.sh && /usr/local/sbin/motd.sh > /etc/issue
/var/www/html/aastra/asterisk/aastra_daemon1&
/var/www/html/aastra/asterisk/aastra_daemon2&but doesen't work.
But if manually stop asterisk, launch misdn and then restart asterik, it's work fine.
What can i do?