Changes between Initial Version and Version 1 of Ticket #1671, comment 2
- Timestamp:
- 12/13/17 08:29:46 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1671, comment 2
initial v1 1 1 Support for SIGINT and SIGTERM forwarding added in r17608, with one important limitation: the watcher process exits when it receives any signal, so this can only be used once per watcher process. 2 2 3 Still TODO: keep watcher running after handling signals and communicate with parent process using stdin / stdout 3 Still TODO: keep watcher running after handling signals and communicate with parent process using stdin / stdout, listen for more signals (SIGUSR1, etc)