Ticket #828 (defect)
Opened 2 months ago
Last modified 2 months ago
CherryPy should exit on SIGHUP if not daemonized
Status: closed (fixed)
| Reported by: | gareth@omnipotent.net | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
CherryPy currently restarts on SIGHUP - This is fine if it's running as a daemon, but if running as a foreground process then SIGHUP usually means the controlling terminal has exited. The best response in that case is to terminate cleanly.
Attachments
Change History
06/28/08 18:41:47: Modified by nick@nick125.com
- attachment sighup-patch-828.patch added.
06/29/08 01:32:26: Modified by fumanchu
- status changed from new to assigned.
- milestone set to 3.1.
Applied in [1996]. The tests need to be run on nix.
06/29/08 01:45:38: Modified by fumanchu
- status changed from assigned to closed.
- resolution set to fixed.
Tests fixed in [1997] and now pass on Ubuntu.


Patch