summary refs log tree commit diff
path: root/doc/runscripts.html
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2003-03-25 10:22:42 +0000
committerGerrit Pape <pape@smarden.org>2003-03-25 10:22:42 +0000
commite2df170499472da13f356c0a3fb00ccc433db3ce (patch)
tree84646f60e518ea4a4398f3403a3b0b14cbf136f6 /doc/runscripts.html
parentea66ecc7f1ff369564e14b7ab3277bcd3efecf7e (diff)
downloadrunit-e2df170499472da13f356c0a3fb00ccc433db3ce.tar.gz
runit-e2df170499472da13f356c0a3fb00ccc433db3ce.tar.xz
runit-e2df170499472da13f356c0a3fb00ccc433db3ce.zip
add run scripts from Ralf Hildebrandt.
Diffstat (limited to 'doc/runscripts.html')
-rw-r--r--doc/runscripts.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/runscripts.html b/doc/runscripts.html
index 11b685d..b1bb3f0 100644
--- a/doc/runscripts.html
+++ b/doc/runscripts.html
@@ -19,7 +19,7 @@ an operating system not stated here, please
 <p>
 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.
+Jesse Cablek, Lukas Beeler, Thomas Baden, Ralf Hildebrandt.
 <hr>
 <a href="#apache">apache</a><br>
 <a href="#apache2">apache2</a><br>
@@ -82,6 +82,13 @@ logging console messages</a><br>
  exec env -i /command/pgrphack \
  /pack/apache/2.0.43-1/sbin/httpd -DFOREGROUND 2>&1
 </pre>
+(<i>HP-UX/GNU</i>, <i>Linux</i>)
+<pre>
+ #!/bin/sh
+ TZ=MET-1METDST
+ export TZ
+ exec /usr/local/apache2/bin/httpd -DNO_DETACH
+</pre>
 <hr>
 <h3><a name="bind9">A <tt>bind9</tt> run script</a></h3>
 (<i>Linux</i>)
@@ -92,6 +99,11 @@ logging console messages</a><br>
  exec softlimit -m "${MEM}" \
    named -u bind -t "${CHROOT}" -g 2>&1
 </pre>
+(<i>HP-UX/GNU</i>, <i>Linux</i>)
+<pre>
+ #!/bin/sh
+ exec /usr/sbin/named -f -t /var/spool/named/ -u named
+</pre>
 <hr>
 <h3><a name="boa">A <tt>boa</tt> run script</a></h3>
 (<i>SunOS</i>)