I think what Paul needs to do, though he didn't mention to the list, is a delay 
after Dahdi, to allow additional time before proceeding.
In certain instances, Dahdi needs additional time to do something ( can't now 
remember what or why ) but there needs to be a pause before the process 
proceeds to start up asterisk, otherwise Asterisk doesn't see dahdi, ending up 
with no analog circuits.


John Novack


Lonnie Abelbeck wrote:
Hi Paul,

If you just need to execute commands at startup, create a "/mnt/kd/rc.local" 
script, make it executable (chmod 700 /mnt/kd/rc.local) and it will be executed on every 
boot, at the end of startup, after Asterisk is started, for example:
-- /mnt/kd/rc.local --
#!/bin/sh

. /etc/rc.conf

mail -r "REBOOT-$HOSTNAME <nore...@example.com>" -s "Rebooted at '$HOSTNAME'" 
y...@example.com <<EOF
Rebooted at '$HOSTNAME'

[Generated at $(date "+%H:%M:%S on %B %d, %Y")]
EOF
--

Similarly and optional "/mnt/kd/rc.elocal" script occurs earlier in the startup 
sequence, just after the network is up, before Asterisk is started.

Will this do what you want ?

Lonnie

On Dec 18, 2016, at 11:42 AM, Paul Wills <pdwi...@cedarknolltelephone.com> 
wrote:

Hello all,

Another quick question:

I need to add something to /etc/init.d/asterisk

Is there a way to do it while insuring that it will be there after a reboot?

Thanks,

PDW


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.



--

Dog is my Co-pilot

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Reply via email to