mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-07-20 10:02:34 -04:00
Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
This commit is contained in:
@@ -433,7 +433,7 @@ sub start {
|
||||
sigprocmask(SIG_BLOCK, $blockset, $sigset) or Fatal("Can't block SIGCHLD: $!");
|
||||
if ( my $cpid = fork() ) {
|
||||
# This logReinit is required. Not sure why.
|
||||
#logReinit();
|
||||
logReinit();
|
||||
|
||||
$process->{pid} = $cpid;
|
||||
$process->{started} = time();
|
||||
|
||||
Reference in New Issue
Block a user