2009/1/26 Ralf Träskman <r...@adlibris.com>

>  Hi
>
>
>
> We runs asterisk 1.6 on a ubuntu 8.04 server.
>
> How can I get asterisk to start at boot?
>
> I have created an file named asterisk in /etc/event.d and put in this
>
>
>
>
>    # This service maintains Asterisk from the point the system is
>    # started until it is shut down again.
>
>    description     "Asterisk daemon"
>
>    start on runlevel-2
>    stop on shutdown
>
>    respawn
>    exec //usr/sbin/asterisk –f
>
>
>
> But it doesn't work.
>
>
>
> Regards
>
> /ralf
>
>
>

1. Copy relevant file from contrib directory into /etc/init.d directory
(while renaming it asterisk)
2. Then "sudo update-rc.d asterisk defaults" and it's done

> ________________________________________________
>
> Ralf Träskman, IT
> AdLibris AB, Odengatan 106, 113 22 Stockholm, Sweden
> Dir: +46-(0)707548074, vxl: +46-(0)85460 60 00, fax: +46-(0)85460 60 99
> r...@adlibris.com www.adlibris.com
> P *Please consider the environment before printing this e-mail*
>
>
>
> _______________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to