Open himaliweer opened 5 years ago
I am starting dispynode on a remote server ans want to run it as a background process. My command is as below,
python3 -m dispynode -d --clean -i 172.17.9.125 --daemon &
But whenever I close the cmd where I issue the above command, all processes get finished. I am using dispy 4.10.1
Run it with nohup, screen/tmux. Closing all the background process upon interactive terminal exit is the expected behavior.
I am starting dispynode on a remote server ans want to run it as a background process. My command is as below,
python3 -m dispynode -d --clean -i 172.17.9.125 --daemon &
But whenever I close the cmd where I issue the above command, all processes get finished. I am using dispy 4.10.1