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

neil_a_wilson
26.59.2007 76710d222a7b09ab5339e93346fd50204fb1c06a
Update the start-ds script so that it does not immediately delete the PID file
after creating it when running with --nodetach.

OpenDS Issue Number: 1456
1 files modified
2 ■■■ changed files
opends/resource/bin/start-ds 2 ●●● patch | view | raw | blame | history
opends/resource/bin/start-ds
@@ -135,7 +135,7 @@
    # run no detach
    #
    echo $$ > "${PID_FILE}"
    rm -f "${PID_FILE}" "${LOG_FILE}"
    rm -f "${LOG_FILE}"
    exec "${JAVA_BIN}" ${JAVA_ARGS} ${SCRIPT_NAME_ARG} \
      org.opends.server.core.DirectoryServer \
      --configClass org.opends.server.extensions.ConfigFileHandler \