summary refs log tree commit diff
path: root/doc/runscripts.html
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2003-12-05 09:51:25 +0000
committerGerrit Pape <pape@smarden.org>2003-12-05 09:51:25 +0000
commitd5d98825b5c303dc813c3e42667bd38d8523a107 (patch)
tree858538658589f4a66e8ec9280252df49ef6916f5 /doc/runscripts.html
parent2de16c882aaf9239a6358bd748bebd92161df0bb (diff)
downloadrunit-d5d98825b5c303dc813c3e42667bd38d8523a107.tar.gz
runit-d5d98825b5c303dc813c3e42667bd38d8523a107.tar.xz
runit-d5d98825b5c303dc813c3e42667bd38d8523a107.zip
add run scripts from Marek Bartnikowski.
Diffstat (limited to 'doc/runscripts.html')
-rw-r--r--doc/runscripts.html23
1 files changed, 21 insertions, 2 deletions
diff --git a/doc/runscripts.html b/doc/runscripts.html
index 1d5f691..87d57ff 100644
--- 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&gt;&amp;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&gt;&amp;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>)