Tree
- Tree:
34eeead215cce4d1fe629294f4da44485cee6cad
- Date:
- Message:
- fix logging during gotwebd shutdown During `rcctl stop gotwebd' the sockets process gets a SIGTERM and dies, and this makes the parent process assume it exited abnormally. Instead, catch SIGINT and SIGTERM and exit gracefully. Issue reported by xs on IRC. ok jamsek