From ea66ecc7f1ff369564e14b7ab3277bcd3efecf7e Mon Sep 17 00:00:00 2001 From: Gerrit Pape Date: Mon, 24 Mar 2003 13:34:03 +0000 Subject: add run script from Thomas Baden. --- doc/runscripts.html | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'doc/runscripts.html') diff --git a/doc/runscripts.html b/doc/runscripts.html index 13b3e44..11b685d 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. +Jesse Cablek, Lukas Beeler, Thomas Baden.


apache
apache2
@@ -158,6 +158,24 @@ this page. This service needs a log service to be set up. +

+(Solaris 8, uses additional dsvclockd service, would get fired off +automatically, but then it's not supervised) +

+ #!/bin/sh
+ exec 2>&1
+ exec /command/envdir ./env /usr/lib/inet/dsvclockd -f
+
+
+ #!/bin/sh
+ if /command/svok /service/dsvclockd; then
+   /usr/bin/sleep 2 # wait to make sure dsvclockd is initialized
+   exec 2>&1
+   exec /command/envdir ./env /usr/lib/inet/in.dhcpd -b manual -d # -v
+ fi
+ echo dsvclockd is not running - aborting
+ exec /usr/bin/sleep 5
+

expireproctitle run script examples

-- cgit 1.4.1