I am using uwsgi for restful server.
Type this in shell nohup /home/ubuntu/anaconda3/envs/py37/bin/uwsgi --ini uwsgi.ini &
OK, now it works when shell closed.
however ,,,,, is it ok for long time use???
Normally i use apache + uwsgi for web server as daemon, but what I need now is just internal restful server.
It looks satisfying my purpose,but is there any problem to continue using??
I want to know the difference of daemon and shell command.