Paster 无法停止守护进程
我在我的 pylons 应用程序中使用以下命令来尝试停止服务器上的守护进程:
paster serve --daemon dev.ini stop
这是我收到的错误:
No PID file exists in paster.pid
Could not stop daemon; aborting
想知道如何停止此守护进程,以便重新加载 dev.ini。
谢谢!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
杀死进程。
kill the process.