https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31074
--- Comment #43 from Victor Grousset/tuxayo <[email protected]> --- (In reply to Martin Renvoize from comment #26) > Adding this here for reference so I don't forget.. we might be able to use > https://perldoc.perl.org/functions/getppid to find the Starman master pid.. > I'm going to run a few tests using that technique. Yep, it works. `getppid()` got me the PID of the master process. (check from the container if you use one. I didn't know between a docker container and the host, the PIDs would change) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
