What do you mean by restart? You want to shut down a running server and start a new one? Or do you want to simply start a server on some remote machine? Either way, virtually all Linux boxes come with sshd, so you can connect over ssh, start the server in "daemon mode" and close the ssh connection. Otherwise you can also configure your machine's init-rc files to start the server on boot On May 9, 2012 9:12 AM, "Alex Chan" <[email protected]> wrote:
> It's a bit hard to visit Google groups, en, if you know where I am from. > > Return to the subject, How to restart the RPyC classic server through > remote console? > In windows, I used the function ShellExecute of win32api to execute a bat > script, but in linux , I have no idea, > subprocess.Popen will not work. > > Is there any directly method to restart classic server through remote > console/client ? >
