I'm trying to run a CherryPy app on my NetBSD 5.1 box. To have it start automatically, I've added this line to my /etc/rc.local:
/bin/httpd &
When I boot the machine, some of the output of the Webserver starting is visible, right after the Starting sshd. message. None the less, I can't connect to my web-server.
I can log into the machine, and when I start the web-server by typing httpd, it all works well. What am I doing wrong? What is the correct way to have my program start on boot-time?