Ticket #206 (closed defect: fixed)
Call "paster serve --daemon" twice remove the pid file
| Reported by: | osantana | Owned by: | ianb |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | script | Version: | released-version |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When we call the command "paster serve --daemon" at the second time the daemonize() method doesn't make a check for live_pid() and returns to the record_pid() method that removes the pid file.
I'm attaching a patch to fix this problem.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

