From e2df170499472da13f356c0a3fb00ccc433db3ce Mon Sep 17 00:00:00 2001 From: Gerrit Pape Date: Tue, 25 Mar 2003 10:22:42 +0000 Subject: add run scripts from Ralf Hildebrandt. --- doc/runscripts.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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

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.


apache
apache2
@@ -82,6 +82,13 @@ logging console messages
exec env -i /command/pgrphack \ /pack/apache/2.0.43-1/sbin/httpd -DFOREGROUND 2>&1 +(HP-UX/GNU, Linux) +
+ #!/bin/sh
+ TZ=MET-1METDST
+ export TZ
+ exec /usr/local/apache2/bin/httpd -DNO_DETACH
+

A bind9 run script

(Linux) @@ -92,6 +99,11 @@ logging console messages
exec softlimit -m "${MEM}" \ named -u bind -t "${CHROOT}" -g 2>&1 +(HP-UX/GNU, Linux) +
+ #!/bin/sh
+ exec /usr/sbin/named -f -t /var/spool/named/ -u named
+

A boa run script

(SunOS) -- cgit 1.4.1