dispy icon indicating copy to clipboard operation
dispy copied to clipboard

dispynode is not running as a background process even with --daemon option.

Open himaliweer opened this issue 5 years ago • 1 comments

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

himaliweer avatar Mar 26 '19 10:03 himaliweer

Run it with nohup, screen/tmux. Closing all the background process upon interactive terminal exit is the expected behavior.

jackluo923 avatar Jun 12 '19 19:06 jackluo923