summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3c3e803)
raw | patch | inline | side by side (parent: 3c3e803)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 5 Feb 2008 09:45:42 +0000 (10:45 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Sat, 9 Feb 2008 16:45:48 +0000 (17:45 +0100) |
Documented the effects of the SIGINT, SIGTERM and SIGHUP signals.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/collectdmon.pod | patch | blob | history |
diff --git a/src/collectdmon.pod b/src/collectdmon.pod
index 5ae85fb027a5b5e344e44bbda5ed0dd133facfdf..73ba6b8c166b98b22c4b2204739dd1d4167d1f3d 100644 (file)
--- a/src/collectdmon.pod
+++ b/src/collectdmon.pod
=back
+=head1 SIGNALS
+
+B<collectdmon> accepts the following signals:
+
+=over 4
+
+=item B<SIGINT>, B<SIGTERM>
+
+These signals cause B<collectdmon> to terminate B<collectd>, wait for its
+termination and then shut down.
+
+=item B<SIGHUP>
+
+This signal causes B<collectdmon> to terminate B<collectd>, wait for its
+termination and then restart it.
+
+=back
+
=head1 SEE ALSO
L<collectd(1)>,