linux服务器ssh断联后程序停止
- 
					
					
					
					
我使用 ssh 连接我的 linux 服务器,启动 mirai ,当我断开 ssh 后,mirai 也停了,我不知道为什么,有遇到这个问题的吗?
 - 
					
					
					
					
可以使用 nohub 或者 screen 解决,推荐使用 screen
 - 
					
					
					
					
tmux也挺好👌🏻
 - 
					
					
					
					
@ShaoLongFei nohup ./mcl > /dev/null &