Prev
|
Index
|
Next
Shutting down twistd
On Unix (in general):
kill -9 `cat twistd.pid`
On Windows:
Cannot daemonize on Windows, so just run twistd in a command prompt
Switch to the command prompt, and press Control-C