Daemon-Control icon indicating copy to clipboard operation
Daemon-Control copied to clipboard

Daemon::Control - Create init scripts in Perl

Results 26 Daemon-Control issues
Sort by recently updated
recently updated
newest added

The documentation for `scan_name` is as follows: > This provides an **extra** check to see if the program is running. Normally we only check that the PID listed in the...

According to LSB 5 this is the case: http://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html Sorry for not making a pull request, but the fix is probably something like `return 0 unless $start_pid;` before checking about...

This pull request changes the init file to give all arguments given to it to the actual perl script. ## Why? We use `Daemon::Control` in a custom script with lots...

Daemon-Control should accept constructor arguments for the "Should-Start" and "Should-Stop" LSB init script keywords. This is useful for weak dependencies, for example when you need either one of mysql or...

Hi In Debian we are currently applying the following patch to Daemon-Control. We thought you might be interested in it too. Description: Fix spelling errors in manpage Origin: vendor Author:...

I got failure of 02_sleep_system test sometimes: ``` # Failed test 'Daemon not running.' # at t/02_sleep_system.t line 38. # 'My Daemon [Running]' # doesn't match '(?^:\[Not Running\])' # Failed...

``` mike@deschamps:~/git/Daemon-Control $ prove -j1 ./t/00_load.t ....................... ok ./t/01_lsb_file.t ................... ok ./t/01_lsb_file_with_init_code.t .... ok ./t/01_lsb_file_with_init_config.t .. ok ./t/02_sleep_perl.t ................. ok ./t/02_sleep_perl_array.t ........... ok ./t/02_sleep_system.t ............... ok ./t/03_perl_gets_control.t .......... ok ./t/04_show_warnings.t...

---------------------------- ------ ------ ------ ------ ------ ------ ------ File stmt bran cond sub pod time total ---------------------------- ------ ------ ------ ------ ------ ------ ------ lib/Daemon/Control.pm 23.2 15.2 7.8 46.5 69.2...

Looks like #16 regressed. The current version (0.001006) writes a pid file in fork==1 mode when the documentation says it should not.