Replies: 1 comment 5 replies
-
sending stop to a sane console while the process is starting up will allow the command to be read as soon as the console is actively starting, adding extra stop points would just be pointlessly invasive for generally 0 gain, as we'd need to figure out how to manage to tear it back down properly in whatever state you're in, which is just not worth it or viable for a process |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem?
sometimes I need to stop the server immediately while startup and to do this I need to kill the process but it is not a good way to shutdown the server shutdown
Describe the solution you'd like.
make the server listen for the "stop" command while startup and if the "stop" command is executed, the server immediately shuts down.
Describe alternatives you've considered.
killing the server process in the terminal but it is not a good way to shutdown the server.
Other
No response
Beta Was this translation helpful? Give feedback.
All reactions