From 4f0261e5e1283984b0ab3708b25fe84b564924a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 5 Feb 2019 16:22:43 +0200 Subject: [doc] systemd socket activation config example (minor edits by gstrauss) github: closes #96 x-ref: "doc/systemd: add example lighttpd.socket for systemd socket activation" https://github.com/lighttpd/lighttpd1.4/pull/96 --- doc/config/lighttpd.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/config') diff --git a/doc/config/lighttpd.conf b/doc/config/lighttpd.conf index c8def059..3e687c21 100644 --- a/doc/config/lighttpd.conf +++ b/doc/config/lighttpd.conf @@ -104,6 +104,12 @@ server.use-ipv6 = "enable" server.username = "lighttpd" server.groupname = "lighttpd" +## +## Enable lighttpd to serve requests on sockets received from systemd +## https://www.freedesktop.org/software/systemd/man/systemd.socket.html +## +#server.systemd-socket-activation = "enable" + ## ## enable core files. ## -- cgit v1.2.1