Skip to content
Snippets Groups Projects
Verified Commit 0cbd8762 authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

oneshot: Start lighttpd sooner

Make sure lighttpd is started before updater so it can correctly report the
progress.
parent 6196ae5f
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
if [ -s /etc/rc.d/S86lighttpd ]; then
sed -i 's|START=86|START=80|' /etc/rc.d/S86lighttpd
sed -i 's|after the updater|before the updater|' /etc/rc.d/S86lighttpd
mv /etc/rc.d/S86lighttpd /etc/rc.d/S80lighttpd
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment