From 5a969701fe3baa42f46e4ae94f873340691b8bc0 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Mon, 23 Feb 2026 12:53:59 +0000 Subject: [PATCH] =?UTF-8?q?root/etc/s6-overlay/s6-rc.d/svc-lighttpd/run=20?= =?UTF-8?q?hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/etc/s6-overlay/s6-rc.d/svc-lighttpd/run | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 root/etc/s6-overlay/s6-rc.d/svc-lighttpd/run 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