18 Nov
2023
18 Nov
'23
10:17 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31074 --- Comment #43 from Victor Grousset/tuxayo <victor@tuxayo.net> --- (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.