aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-10-24 00:34:39 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-10-24 00:36:25 +0300
commite839f7c7d4d8fe3cba672b47b7636de7d9df2ee6 (patch)
tree774d8f69927cb615ab0a76a87662bb0eefe82bd3 /doc
parent2642cac5ca8084b4f1f9033afb90b6a7ee6b95fd (diff)
downloadpies-e839f7c7d4d8fe3cba672b47b7636de7d9df2ee6.tar.gz
pies-e839f7c7d4d8fe3cba672b47b7636de7d9df2ee6.tar.bz2
Document siggroup flag.
Diffstat (limited to 'doc')
-rw-r--r--doc/pies.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/pies.texi b/doc/pies.texi
index a77e4cf..e97eb4d 100644
--- a/doc/pies.texi
+++ b/doc/pies.texi
@@ -684,2 +684,10 @@ When used with @samp{sockenv}, the @env{LOCALHOST} and
names, instead of IP addresses.
+
+@item siggroup
+This flag affects the befavior of @command{pies} when a stopped
+process fails to terminate within a predefined timeout
+(@pxref{shutdown-timeout}. Normally @command{pies} would send the
+@samp{SIGKILL} signal to such a process. If this flag is set,
+@command{pies} would send @samp{SIGKILL} to the process group of this
+process instead.
@end table
@@ -2022,2 +2030,3 @@ description of this statement.
+@anchor{shutdown-timeout}
@deffn {Config} shutdown-timeout @var{number};

Return to:

Send suggestions and report system problems to the System administrator.