mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:45:55 +00:00
daemon: assume child is dead if its lockfile is unlocked (refs #417)
This commit is contained in:
@@ -53,6 +53,8 @@
|
||||
array_push($tmp, $pid);
|
||||
} else {
|
||||
_debug("[reap_children] child $pid seems active but lockfile is unlocked.");
|
||||
unset($ctimes[$pid]);
|
||||
|
||||
}
|
||||
} else {
|
||||
_debug("[reap_children] child $pid reaped.");
|
||||
|
||||
Reference in New Issue
Block a user