Paster cannot stop daemon

会有一股神秘感。 提交于 2020-01-02 08:48:33

问题


I'm using the following command in my pylons app in an attempt to stop the daemon on the server:

paster serve --daemon dev.ini stop

This is the error I get:

No PID file exists in paster.pid
Could not stop daemon; aborting

Wondering how I can stop this daemon so I can reload dev.ini.

Thanks!


回答1:


kill the process.



来源:https://stackoverflow.com/questions/1502568/paster-cannot-stop-daemon

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!