Tree
- Tree:
663f46f1ad2650e9e26eb4b39b397fb819368f6f
- 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