summary refs log tree commit diff
path: root/services
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-08-15 07:44:52 +0200
committerJuan RP <xtraeme@gmail.com>2014-08-15 07:44:52 +0200
commit861cb29e9af75d59e3a55a17baf3ae5b88908360 (patch)
tree98f4edda35ffcf116fe8a5af8a688f5fbf64092e /services
parent9022506f35fbf31c1d5940d49be3576ca07f780a (diff)
downloadrunit-void-861cb29e9af75d59e3a55a17baf3ae5b88908360.tar.gz
runit-void-861cb29e9af75d59e3a55a17baf3ae5b88908360.tar.xz
runit-void-861cb29e9af75d59e3a55a17baf3ae5b88908360.zip
New service: thttpd.
Diffstat (limited to 'services')
-rwxr-xr-xservices/thttpd/run2
l---------services/thttpd/supervise1
2 files changed, 3 insertions, 0 deletions
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