diff --git a/root/etc/s6-overlay/s6-rc.d/svc-lighttpd/run b/root/etc/s6-overlay/s6-rc.d/svc-lighttpd/run new file mode 100644 index 0000000..ca24306 --- /dev/null +++ b/root/etc/s6-overlay/s6-rc.d/svc-lighttpd/run @@ -0,0 +1,3 @@ +#!/usr/bin/with-contenv bash + +exec lighttpd -D -f /config/lighttpd.conf \ No newline at end of file