From 5405c642d9ef8fe2ed54261a076afc07d7920bec Mon Sep 17 00:00:00 2001 From: Ben Peddell Date: Tue, 4 Oct 2016 04:17:53 +1000 Subject: [PATCH] Work around SIGSTOP not notifying the parent --- tools/arkmanager | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/arkmanager b/tools/arkmanager index 580aad3..e90df35 100755 --- a/tools/arkmanager +++ b/tools/arkmanager @@ -1035,7 +1035,7 @@ doStart() { local pid="$!" # Wait for monitor process to suspend itself - wait + sleep 1 if [ -n "$arkPriorityBoost" ]; then echo "Boosting priority of ark server"