If you are running Ubuntu (or using the Upstart init daemon) you can
create an Upstart conf file in /etc/init/ like so:

# tldisplayclient - start web2py web server
description "start web2py web server"
start on startup
exec sudo -u <system user> /usr/bin/python /opt/display/web2py.py -i
<ip address> -a "<password>"

Matt

On Jun 7, 12:18 am, Manuele Pesenti <manuele.pese...@gmail.com> wrote:
> On 07/06/2011 08:00, pradeesh narayan wrote:
>
> > Thank you Rahul...
> > Its worked fine.
> > Thanks once again for your help.
>
> you got another chance 
> herehttp://www.web2py.com/book/default/chapter/11#Start-as-Linux-Daemon
>
>         Manuele

Reply via email to