aboutsummaryrefslogtreecommitdiff
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
parent2642cac5ca8084b4f1f9033afb90b6a7ee6b95fd (diff)
downloadpies-e839f7c7d4d8fe3cba672b47b7636de7d9df2ee6.tar.gz
pies-e839f7c7d4d8fe3cba672b47b7636de7d9df2ee6.tar.bz2
Document siggroup flag.
-rw-r--r--NEWS8
-rw-r--r--doc/pies.texi9
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9bc6609..7f70b38 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
1GNU Pies NEWS -- history of user-visible changes. 2011-10-23 1GNU Pies NEWS -- history of user-visible changes. 2011-10-24
2Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff 2Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
@@ -7,6 +7,12 @@ Please send Pies bug reports to <bug-pies@gnu.org> or
7 7
8 8
9Version 1.2.90 (Git) 9Version 1.2.90 (Git)
10
11* New flag siggroup.
12
13This flag instructs pies to send termination signal to the process
14group of the process being stopped.
15
10 16
11Version 1.2, 2009-12-11 17Version 1.2, 2009-12-11
12 18
diff --git a/doc/pies.texi b/doc/pies.texi
index a77e4cf..e97eb4d 100644
--- a/doc/pies.texi
+++ b/doc/pies.texi
@@ -682,6 +682,14 @@ environment. @xref{sockenv}.
682When used with @samp{sockenv}, the @env{LOCALHOST} and 682When used with @samp{sockenv}, the @env{LOCALHOST} and
683@env{REMOTEHOST} environment variables will contain resolved host 683@env{REMOTEHOST} environment variables will contain resolved host
684names, instead of IP addresses. 684names, instead of IP addresses.
685
686@item siggroup
687This flag affects the befavior of @command{pies} when a stopped
688process fails to terminate within a predefined timeout
689(@pxref{shutdown-timeout}. Normally @command{pies} would send the
690@samp{SIGKILL} signal to such a process. If this flag is set,
691@command{pies} would send @samp{SIGKILL} to the process group of this
692process instead.
685@end table 693@end table
686@end deffn 694@end deffn
687 695
@@ -2020,6 +2028,7 @@ Configure global exit actions. @xref{Exit Actions}, for a detailed
2020description of this statement. 2028description of this statement.
2021@end deffn 2029@end deffn
2022 2030
2031@anchor{shutdown-timeout}
2023@deffn {Config} shutdown-timeout @var{number}; 2032@deffn {Config} shutdown-timeout @var{number};
2024Wait @var{number} of seconds for all components to shut down. 2033Wait @var{number} of seconds for all components to shut down.
2025Default is 5 seconds. 2034Default is 5 seconds.

Return to:

Send suggestions and report system problems to the System administrator.