linux - nohup & 的新用法: setsid nohup ... &
访问量: 793
refer to:
https://unix.stackexchange.com/questions/446625/why-nohup-background-process-is-getting-killed
貌似在最新的版本(ubuntu 20 + )中,仅仅使用 nohup ... & 是不行的
解决办法: 前面加上 setsid
增加 setsid 之前:
加了 setsid 之后: