From 97c2aaaad42fc07b2d1d3f0a48cb9ffd08654cd7 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 5 Feb 2008 10:45:42 +0100 Subject: [PATCH] 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 --- src/collectdmon.pod | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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, -- 2.11.0