Tagged Questions
5
votes
2answers
304 views
How do I start my service at boot-time?
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 ...