我有一个python3脚本,想在我的ubuntu系统的后台执行。
我尝试了
nohup python3 msg_forwarder.py > my_output.log &
和
nohup python3 msg_forwarder.py &
运行命令后,终端输出
[1] 6045
root@1vcpu-1gb-sgp1-01:~/signal# nohup: ignoring input and redirecting stderr to stdout
然后,当我进入终端时,该过程将停止,并显示类似的输出
[1]+ Exit 1 nohup python3 msg_forwarder.py > my_output.log