[Asterisk-Users] asterisk process respawn
Nik Martin
nmartin at radiancetech.com
Wed Jun 2 10:32:30 MST 2004
Steven refers to the safe_asterisk script.
I call it from my own rc.asterisk that also loads all the proper modules:
rc.asterisk:
#!/bin/sh
# load the modules first
modprobe wct1xxp
modprobe wcfxs
/sbin/ztcfg
#now start asterisk, via the script
/usr/sbin/safe_asterisk
# end of rc.asterisk
On my Slackware box, I call rc.asterisk from rc.M
> -----Original Message-----
> From: asterisk-users-admin at lists.digium.com
> [mailto:asterisk-users-admin at lists.digium.com] On Behalf Of
> Steven Critchfield
> Sent: Wednesday, June 02, 2004 11:33 AM
> To: asterisk-users at lists.digium.com
> Subject: Re: [Asterisk-Users] asterisk process respawn
>
>
> On Wed, 2004-06-02 at 10:01, Terry Goodwin wrote:
> > Anyone know how to place asterisk in initab so that it is loaded at
> > boot and will respawn if the process goes down?
>
> Don't put it in initab, use the startup script already
> provided with asterisk.
> --
> Steven Critchfield <critch at basesys.com>
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
More information about the asterisk-users
mailing list