View Single Post
Posts: 65 | Thanked: 21 times | Joined on Feb 2008
#3
Thanks for the help. I've been trying to get this to work throught the init process for days.

As root, I have put the following bare-bones script in /etc/event.d/

Code:
description "lighttpd - a lightweight web server"

start on stopped rcS
stop on starting shutdown

console output

exec /usr/sbin/lighttpd -f /etc/lighttpd.conf
respawn
I rebooted, and (happy day) lighttpd was running. Cheers, all.
__________________
Just another perl hacker coding python in a bottle.
 

The Following 2 Users Say Thank You to dvergin For This Useful Post: