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" ); $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 =head2 redirect_before_fork
By default this is set true. STDOUT will be redirected to stdout_file, By default this is set true. STDOUT will be redirected to stdout_file,
@ -770,4 +773,4 @@ This library is free software and may be distributed under the same terms as per
=head2 AVAILABILITY =head2 AVAILABILITY
The most current version of Daemon::Control can be found at L<https://github.com/symkat/Daemon-Control> The most current version of Daemon::Control can be found at L<https://github.com/symkat/Daemon-Control>