|
|
2010-01-20
, 09:42
|
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#12
|
|
|
2010-01-21
, 12:44
|
|
Posts: 162 |
Thanked: 351 times |
Joined on Apr 2006
@ Cotswolds, UK
|
#13
|
start on stopped rcS
start on MOUNTS_OK
start on started hildon-desktop
start on starting rcS
script echo "Trying to start lighttpd at `date`" >/tmp/lighttpd.log /usr/sbin/lighttpd -f /etc/lighttpd.conf >>/tmp/lighttpd.log 2>&1 end script
| The Following User Says Thank You to Graham Cobb For This Useful Post: | ||
|
|
2010-01-22
, 21:31
|
|
Posts: 200 |
Thanked: 300 times |
Joined on Nov 2009
@ The Netherlands
|
#14
|
description "lighttpd - a lightweight web server"
start on started wlancond
stop on starting shutdown
console output
script
while [ ! -e /home/user/MyDocs/web ]; do
sleep 5
done
echo "Starting lighttpd (`date`)..." > /tmp/lighttpd.log
/usr/sbin/lighttpd -f /etc/lighttpd.conf >> /tmp/lighttpd.log 2>&1
end script
| The Following User Says Thank You to digitalvoid For This Useful Post: | ||
If I get 75 thanks, I get a free cookie.