3

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!

resopollution
  • 19,600
  • 10
  • 40
  • 49

1 Answers1

0

kill the process.

Lennart Regebro
  • 167,292
  • 41
  • 224
  • 251