commit 5ae25148ebde850c1414ddbd0783cdcf3100ee19
parent 6a1ed45f97bb26d34220cab837382d46e769c7b6
Author: Gerrit Pape <pape@smarden.org>
Date: Fri, 5 Dec 2003 09:51:25 +0000
add run scripts from Marek Bartnikowski.
Diffstat:
1 file changed, 21 insertions(+), 2 deletions(-)
diff --git a/doc/runscripts.html b/doc/runscripts.html
@@ -21,8 +21,9 @@ an operating system not stated here, please
Thanks go to the following people for contributing run scripts:
Alessandro Bono, Robin S. Socha, Claus Alboege, Paul Jarc, clemens fischer,
Jesse Cablek, Lukas Beeler, Thomas Baden, Ralf Hildebrandt, Antonio Dias,
-Erich Schubert, Lang Martin, Tomasz Nidecki.
+Erich Schubert, Lang Martin, Tomasz Nidecki, Marek Bartnikowski.
<hr>
+<a href="#atftpd">atftpd</a><br>
<a href="#apache">apache</a><br>
<a href="#apache2">apache2</a><br>
<a href="#bind9">bind9</a><br>
@@ -70,6 +71,15 @@ logging console messages</a><br>
<a href="#xdm">xdm</a><br>
<hr>
+<h3><a name="atftpd">An <tt>atftpd</tt> run script</a></h3>
+(<i>Debian</i>)
+<pre>
+ #!/bin/sh
+ exec /usr/sbin/in.tftpd --daemon --no-fork --tftpd-timeout 30 \
+ --retry-timeout 5 --no-tsize --no-blksize --no-multicast \
+ --maxthread 1000 --verbose=7 /var/atfpd 2>&1
+</pre>
+<hr>
<h3><a name="apache">An <tt>apache</tt> run script</a></h3>
(<i>SunOS</i>, Apache 1.*, patched to run under supervise)
<pre>
@@ -251,7 +261,6 @@ to be set up.
The <a href="index.html">runit</a> package does not care about utmp records
for getties. You should choose a getty that handles its own utmp and wtmp
records. Debian's <tt>mingetty</tt> does create his own utmp record.
-<p>
<h3>An <tt>agetty</tt> run script</h3>
(<i>Slackware Linux 9.0</i>)
<pre>
@@ -269,6 +278,16 @@ records. Debian's <tt>mingetty</tt> does create his own utmp record.
This service needs a
<a href="http://cr.yp.to/daemontools/faq/create.html#runlog">log service</a>
to be set up.
+<p>
+(<i>Debian</i>)
+<pre>
+ #!/bin/sh
+ exec /usr/local/sbin/oidentd --nosyslog -i -u ident -g ident -l 15 -m \
+ -C /etc/oidentd/oidentd.conf 2>&1
+</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="inn">An <tt>innd</tt> run script</a></h3>
(<i>Linux</i>)