码迷,mamicode.com
首页 > 编程语言 > 详细

python程序一直在后台运行的解决办法

时间:2016-12-19 21:28:47      阅读:510      评论:0      收藏:0      [点我收藏+]

标签:程序   pytho   shell脚本   运行   python   art   tar   mod   start.s   

刚写了个python程序,要一直在后台运行,即使断开ssh进程也在,下面是解决办法:

假如Python程序为test.py

编写shell脚本start.sh
#!/bin/bash
python test.py &

chmod +x start.sh
./start.sh

  

python程序一直在后台运行的解决办法

标签:程序   pytho   shell脚本   运行   python   art   tar   mod   start.s   

原文地址:http://www.cnblogs.com/uglyliu/p/6198631.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!