Only the main process can remove the pid file. - #128
Conversation
This avoid the pid file to be removed when a child process exits.
Codecov Report
@@ Coverage Diff @@
## master #128 +/- ##
==========================================
- Coverage 68.74% 68.66% -0.09%
==========================================
Files 12 12
Lines 1702 1704 +2
==========================================
Hits 1170 1170
- Misses 532 534 +2
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #128 +/- ##
==========================================
- Coverage 68.74% 68.66% -0.09%
==========================================
Files 12 12
Lines 1702 1704 +2
==========================================
Hits 1170 1170
- Misses 532 534 +2
Continue to review full report at Codecov.
|
bjoernricks
left a comment
There was a problem hiding this comment.
Path has an open method :-)
Co-Authored-By: Björn Ricks <bjoern.ricks@gmail.com>
|
I use my administrator privileges to merge this pull request since the change requested/suggested by @bjoernricks was commited. |
This avoid the pid file to be removed when a child process exits.