mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Nicolas Capponi
08.37.2016 6e562514f52ba0c0f79bdca84cd2acd506b9cd21
opendj-server-legacy/src/main/java/org/opends/server/tasks/ShutdownTask.java
@@ -169,6 +169,7 @@
      // Since the process will not be killed, we can proceed exactly the same
      // way with or without windows service configured.
      RestartTaskThread restartThread = new RestartTaskThread(shutdownMessage);
      restartThread.setDaemon(false);
      restartThread.start();
    }
    else