From: Sebastian Harl Date: Sat, 17 Nov 2007 19:48:29 +0000 (+0100) Subject: collectd-perl(5): Suggest the usage of -f when enabling the Perl debugger. X-Git-Tag: collectd-4.3.0beta0~90 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=f400d0708fc49deef428f6e487e1f65005f903d0;p=collectd.git collectd-perl(5): Suggest the usage of -f when enabling the Perl debugger. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod index 73bacc6d..842d0bb9 100644 --- a/src/collectd-perl.pod +++ b/src/collectd-perl.pod @@ -50,6 +50,10 @@ using the B<-d:Package> command line option. See L for detailed documentation about debugging Perl. +This option does not prevent collectd from daemonizing, so you should start +collectd with the B<-f> command line option. Else you will not be able to use +the command line driven interface of the debugger. + =item B I Adds I to the B<@INC> array. This is the same as using the B<-IDir>