From: Sebastian Harl Date: Tue, 5 Feb 2008 09:45:42 +0000 (+0100) Subject: collectdmon(1): Added a section about supported signals. X-Git-Tag: collectd-4.3.0beta1~8^2~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=97c2aaaad42fc07b2d1d3f0a48cb9ffd08654cd7;p=collectd.git collectdmon(1): Added a section about supported signals. Documented the effects of the SIGINT, SIGTERM and SIGHUP signals. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/src/collectdmon.pod b/src/collectdmon.pod index 5ae85fb0..73ba6b8c 100644 --- a/src/collectdmon.pod +++ b/src/collectdmon.pod @@ -39,6 +39,24 @@ B<-f> will be added to these options. See L. =back +=head1 SIGNALS + +B accepts the following signals: + +=over 4 + +=item B, B + +These signals cause B to terminate B, wait for its +termination and then shut down. + +=item B + +This signal causes B to terminate B, wait for its +termination and then restart it. + +=back + =head1 SEE ALSO L,