`nohup` doesn't work well with stand alone mode
Hi,
i am using stand alone mode. when I am using nohup obfs-server .........& this command, I can find it running in the background with ps -ef. but when I logout the system, obfs-server stopped.
I have to run that in the SCREEN, i dont know why, please help. thx
Hi~ I try test with nohup obfs-server -s 0.0.0.0 -p 8139 --obfs http -r 127.0.0.1:8388 then i use ps -aux | grep obfs lrin 3048 0.0 0.0 13932 1128 pts/0 S+ 19:32 0:00 obfs-server -s 0.0.0.0 -p 8139 --obfs http -r 127.0.0.1:8388 lrin 3050 0.0 0.0 15992 972 pts/1 S+ 19:32 0:00 grep --color=auto obfs this is work 0.0 cannot reproduce
obfs-server -s 0.0.0.0 -p 8139 --obfs http -r 127.0.0.1:8388 >/dev/null 2>&1 &