Tornado程序怎么部署在后台运行?

使用如下命令运行tornado项目,但是关闭xshell项目也就停止了
python .\TornadoServer.py --port=6001

Tornado程序怎么部署在后台运行?保证关闭xshell项目不停止呢?