Mineserver Community

Mineserver => Discussion => Topic started by: jackorobot on January 22, 2011, 08:23:49 pm

Title: Shutdown on Ubuntu
Post by: jackorobot on January 22, 2011, 08:23:49 pm
Just a quick question, how can I shutdown a server without killing the process?
I would make my life much easier!
Title: Re: Shutdown on Ubuntu
Post by: Fador on January 22, 2011, 11:50:09 pm
ctrl+c should work..
Title: Re: Shutdown on Ubuntu
Post by: joehillen on February 28, 2011, 02:07:53 am
Just an FYI:

If you are using the ncurse interface, ctrl+c will screw up your terminal.

Do ctrl+z then:
Code: [Select]
kill -9 %1 instead.