From 8db922ae76dacd52b0e6a74c8c13a1d7f9d36742 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Sun, 18 Apr 1999 21:02:14 +0000 Subject: [PATCH] (Parameters): Documented "lyskomd path", "savecore path", "Normal shutdown time", "Mail after downtime" and "Mail until downtime". --- doc/lyskomd.texi | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/doc/lyskomd.texi b/doc/lyskomd.texi index b6ae1b889..8c66d6cdf 100644 --- a/doc/lyskomd.texi +++ b/doc/lyskomd.texi @@ -1,5 +1,5 @@ \input texinfo -@c $Id: lyskomd.texi,v 1.10 1999/04/17 00:05:27 ceder Exp $ +@c $Id: lyskomd.texi,v 1.11 1999/04/18 21:02:14 ceder Exp $ @c %**start of header @setfilename lyskomd.info @include version.texi @@ -561,6 +561,32 @@ collate table used by regular matching. This usually implies that the regexp ``foo'' will match ``foo'', ``Foo'', ``fOo'' and several other variants. The defalt is on. +@item lyskomd path: @var{path} +Path to the @code{lyskomd} binary. This is used by @code{updateLysKOM} +to find the right program to run. Defaults to @file{bin/lyskomd}. + +@item savecore path: @var{path} +Path to the @code{savecore} program. If a file named @file{core} exists +in the directory specified with @code{Core directory} when +@code{updateLysKOM} is about to start @code{lyskomd}, this program will +be called first. It could, for instance, move the core file so that it +is available for later debugging. + +@item Normal shutdown time: @var{int} +In a normal setup, @code{updateLysKOM} will be run from @code{cron} once +every ten minutes or so. If it detects that it has taken @code{lyskomd} +more than @var{int} minutes to shut down it will print a warning +message. + +@item Mail after downtime: @var{int} +@itemx Mail until downtime: @var{int} + +If @code{lyskomd} has been down for X minutes, where @code{Mail after +downtime} <= X < @code{Mail until downtime}, @code{updateLysKOM} will +send a mail message to the mail address found on the first line of the +status file. Actually, it is the age of the status file (named with +@code{Status file}) that is measured. + @end table -- GitLab