Commit 5d824d5f authored by Adam Wujek's avatar Adam Wujek 💬

rootfs: move lighttpd configuration to etc

move lighttpd configuration from /var/www/lighttpd.config to
/etc/lighttpd/lighttpd.conf.
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent ba35e99a
...@@ -20,7 +20,7 @@ start() { ...@@ -20,7 +20,7 @@ start() {
# note start-stop-daemon does not create pidfile, only check if pid is # note start-stop-daemon does not create pidfile, only check if pid is
# running # running
start-stop-daemon -q -p /var/run/lighttpd.pid -S \ start-stop-daemon -q -p /var/run/lighttpd.pid -S \
--exec /usr/sbin/lighttpd -- -f /var/www/lighttpd.config --exec /usr/sbin/lighttpd -- -f /etc/lighttpd/lighttpd.conf
ret=$? ret=$?
if [ $ret -eq 0 ]; then if [ $ret -eq 0 ]; then
start_counter start_counter
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment