commit 2fef3b62c364bf7f0717edb0442d0c6daa8497dd
parent 3ed69a377f9e47065ad0db41cc2d6e30e391973b
Author: Gerrit Pape <pape@smarden.org>
Date: Sun, 29 Feb 2004 16:12:37 +0000
spamd run script from Claus Alboege.
Diffstat:
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/doc/runscripts.html b/doc/runscripts.html
@@ -62,6 +62,7 @@ logging console messages</a><br>
<a href="#rsyncd">rsyncd</a><br>
<a href="#samba">samba (smbd, nmbd)</a><br>
<a href="#shoutcast">shoutcast</a><br>
+<a href="#spamd">spamd</a><br>
<a href="#squid">squid</a><br>
<a href="#sshd">sshd</a><br>
<a href="#sshdtcpserver">sshd under tcpserver</a><br>
@@ -549,6 +550,16 @@ 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="spamd">A <tt>spamd</tt> run script</a></h3>
+(<i>Debian woody</i>)
+<pre>
+ #!/bin/sh
+ exec /usr/sbin/spamd -m 20 -a -H -s stderr 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="squid">A <tt>squid</tt> run script</a></h3>
(<i>Debian woody</i>)
<pre>