-
Problem report
-
Resolution: Fixed
-
Trivial
-
None
-
None
-
Sprint 58 (Nov 2019), Sprint 59 (Dec 2019), Sprint 60 (Jan 2020)
-
0.25
If possible for all systems pid file must be opened and locked at the same time e.g:
fd = open(pidFile, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);