document a good init_config value to use with perlbrew

This commit is contained in:
Karen Etheridge 2012-06-15 13:26:15 -07:00
parent f5923e7327
commit d21eb7d582

View file

@ -587,6 +587,9 @@ a PERL5LIB and such things.
$daemon->init_config( "/etc/default/my_program" );
If you are using perlbrew, you probably want to set your init_config to
C<$ENV{PERLBREW_ROOT} . '/etc/bashrc'>.
=head2 redirect_before_fork
By default this is set true. STDOUT will be redirected to stdout_file,