runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b242b34bc71ca08444af7a5c0101dbc3e4a95bb7
parent 4dec5817919de7e88507094fbbafcf06528a2cbd
Author: Gerrit Pape <pape@smarden.org>
Date:   Thu, 17 Jun 2004 20:50:53 +0000

add dropbear run scripts.

Diffstat:
Mdoc/runscripts.html | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)

diff --git a/doc/runscripts.html b/doc/runscripts.html @@ -37,6 +37,7 @@ Thomas Schwinge, Gael Canal, Woon Wai Keen, Richard A Downing. <a href="#dhclient">dhclient</a><br> <a href="#dhcpcd">dhcpcd</a><br> <a href="#dhcpd">dhcpd</a><br> +<a href="#dropbear">dropbear</a><br> <a href="#exim">exim</a><br> <a href="#expireproctitle">expireproctitle</a><br> <a href="#fam">fam</a><br> @@ -249,6 +250,28 @@ The in.dhcpd service needs a <a href="http://cr.yp.to/daemontools/faq/create.html#runlog">log service</a> to be set up. <hr> +<h3><a name="dropbear">A <tt>dropbear</tt> run script</a></h3> +(<i>Linux</i>) +<pre> + #!/bin/sh + exec 2&gt;&amp;1 + exec dropbear -F -E -p 22 +</pre> +This service needs a +<a href="http://cr.yp.to/daemontools/faq/create.html#runlog">log service</a> +to be set up. +<p> +(<i>Linux</i>, running under +<a href="http://smarden.org/ipsvd/tcpsvd.8.html">tcpsvd</a>) +<pre> + #!/bin/sh + exec 2&gt;&amp;1 + exec tcpsvd -v -i./peers 0 22 dropbear -i -E +</pre> +This service needs a +<a href="http://cr.yp.to/daemontools/faq/create.html#runlog">log service</a> +to be set up. +<hr> <h3><a name="exim">An <tt>exim</tt> run script</a></h3> (<i>Linux</i>, <i>FreeBSD</i>) <pre>