30 Oct
2020
30 Oct
'20
1:04 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20342 --- Comment #20 from David Cook <dcook@prosentient.com.au> --- Btw, what I found worked was to have the child process basically commit suicide by doing a kill('QUIT',$$) command. That QUIT is Starman (or rather Net::Server::Prefork) specific, but it looks like it's just an alias for TERM anyway. I just tried kill('TERM',$$) and that worked too. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.