diff options
author | Juan RP <xtraeme@gmail.com> | 2014-08-15 07:44:52 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-08-15 07:44:52 +0200 |
commit | 861cb29e9af75d59e3a55a17baf3ae5b88908360 (patch) | |
tree | 98f4edda35ffcf116fe8a5af8a688f5fbf64092e /services | |
parent | 9022506f35fbf31c1d5940d49be3576ca07f780a (diff) | |
download | runit-void-861cb29e9af75d59e3a55a17baf3ae5b88908360.tar.gz runit-void-861cb29e9af75d59e3a55a17baf3ae5b88908360.tar.xz runit-void-861cb29e9af75d59e3a55a17baf3ae5b88908360.zip |
New service: thttpd.
Diffstat (limited to 'services')
-rwxr-xr-x | services/thttpd/run | 2 | ||||
l--------- | services/thttpd/supervise | 1 |
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 |