OSDN Git Service

New service: lighttpd.
authormobinmob <mobinmob@disroot.org>
Thu, 18 Mar 2021 22:05:43 +0000 (00:05 +0200)
committermobinmob <mobinmob@disroot.org>
Sat, 20 Mar 2021 16:37:16 +0000 (18:37 +0200)
usr/share/66/service/lighttpd [new file with mode: 0644]

diff --git a/usr/share/66/service/lighttpd b/usr/share/66/service/lighttpd
new file mode 100644 (file)
index 0000000..4650528
--- /dev/null
@@ -0,0 +1,12 @@
+[main]
+@type = classic
+@version = 0.0.1
+@description = "lighttp daemon"
+@user = ( root )
+
+[start]
+@execute = ( lighttpd-angel -D -f ${conf_file} )
+
+[environment]
+conf_file=!/etc/lighttpd/lighttpd.conf
+