From 861cb29e9af75d59e3a55a17baf3ae5b88908360 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 15 Aug 2014 07:44:52 +0200 Subject: New service: thttpd. --- services/thttpd/run | 2 ++ services/thttpd/supervise | 1 + 2 files changed, 3 insertions(+) create mode 100755 services/thttpd/run create mode 120000 services/thttpd/supervise (limited to 'services') diff --git a/services/thttpd/run b/services/thttpd/run new file mode 100755 index 0000000..95a629a --- /dev/null +++ b/services/thttpd/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec thttpd -D diff --git a/services/thttpd/supervise b/services/thttpd/supervise new file mode 120000 index 0000000..d819b62 --- /dev/null +++ b/services/thttpd/supervise @@ -0,0 +1 @@ +/run/runit/supervise.thttpd \ No newline at end of file -- cgit 1.4.1