-
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Processes that double-fork themselves by double-forking cannot be waited upon, and cannot be properly monitored. The ARK server will sometimes restart itself by performing a fork and execve instead of just an execve (presumably because that is what it has to do under Windows). If the server restarts itself, then we need to restart it again so it can be properly monitored.
- Loading branch information
1 parent
f59a429
commit ef8f332
Showing
1 changed file
with
31 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters