diff options
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 |