From ea7c9b486c9029438e993a99b60e59d760b148f6 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Fri, 19 Mar 2021 00:22:27 +0200 Subject: [PATCH] New service: thttpd. --- usr/share/66/service/thttpd | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 usr/share/66/service/thttpd diff --git a/usr/share/66/service/thttpd b/usr/share/66/service/thttpd new file mode 100644 index 0000000..9c6599e --- /dev/null +++ b/usr/share/66/service/thttpd @@ -0,0 +1,10 @@ +[main] +@type = classic +@version = 0.0.1 +@description = "tiny/turbo/throttling HTTP server" +@user = ( root ) + +[start] +@execute = ( thttpd -D ) + + -- 2.11.0