document a good init_config value to use with perlbrew
This commit is contained in:
parent
f5923e7327
commit
d21eb7d582
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue