fix another bug in call to Daemon::Contol redirect_filehandles

This commit is contained in:
Oliver Gorwits
2014-05-27 07:07:56 +01:00
parent ee398fcae8
commit 01d28490a6
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2.027006 - 2014-05-27
[BUG FIXES]
* fix another bug in call to Daemon::Contol redirect_filehandles
2.027004 - 2014-05-15
[BUG FIXES]

View File

@@ -93,7 +93,7 @@ sub restarter {
warn "-- $_->{path} updated.\n" for @restart;
signal_child('TERM', $child);
$child = fork_and_start(@program_args);
$child = fork_and_start($daemon, @program_args);
exit(1) unless $child;
}
}