#How to kill server automatically that wont stop naturally?

8 messages · Page 1 of 1 (latest)

raven anchor
#

I'm running a server that doesn't have a command line input, so when I have a schedule built to automatically stop, start, or restart the server, the command fails.

Is there any way to ensure my schedule will force the server to be killed, then restart it?

languid coyote
raven anchor
#

Not fixed. The server itself has no command line input. If I run it through the linux terminal manually, I can't run any commands or stuff. Only *CTL + C *stops it. I'll try that though, and let you know.

languid coyote
#

^^C would kill it

#

The danger then is if it's writing persistent data at the time, it could get cut off leaving corrupt data behind.

raven anchor
#

Yeah, I get it but I have little choice.
We'll see. Its not a problem even if it does, I'm still testing things.

#

It did work though, so thank you.

#

Nice to have a server actually stop for once.