Menu
首页
搜索
SpringBoot
Vue
Vant
Python
Android
Harmony
InnoDB
nohup
关注
发信
关注(28)
粉丝(399)
动态
文章
图片
Linux 使用nohup在后台不挂断执行命令
1
$ nohup gunicorn run:app &
重定向日志到制定文件
1
$ nohup gunicorn run:app >nohup.log 2>&1 &
03-16 13:03