Paster cannot stop daemon

2019-05-18 10:11发布

问题:

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.