Hi all, so i followed a few tutorials to get a web page running, one part of the tutorial was to edit init.sh, so i did
vi /mnt/HD/HD_a2/Nas_Prog/Joomla/init.sh and added
/usr/sbin/lighttpd-angel -D -m /usr/local/lib -f /mnt/HD/HD_a2/Nas_Prog/Joomla/lighttpd.conf &
like shown in the tutorial and saved, altho the changes are there, every time i restart the sharecenter the server does not auto start,
so i have to ssh every time and do this
/usr/sbin/lighttpd-angel -D -m /usr/local/lib -f /mnt/HD/HD_a2/Nas_Prog/Joomla/lighttpd.conf &
to get the server running again, what am i doing wrong? how can i get it restarting the server automaticly?
Thanks in advance.