Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/kea: fix problem with kea service doesn't want to stop | Jakub Jirutka | 2020-01-30 | 1 | -0/+1 |
| | | | | | | | It often happens to me that kea process got stuck when stopping the service. This patch changes the behaviour of the start-stop-daemon to send SIGINT to the process if it doesn't die within 5 seconds and if it's still running after 1 second, then SIGKILL. | ||||
* | community/kea: increase default --wait to 300 ms | Jakub Jirutka | 2019-12-17 | 1 | -1/+1 |
| | | | | 100 ms is not suficient to catch startup failure caused by a hook. | ||||
* | community/kea: log to syslog during startup | Jakub Jirutka | 2019-12-17 | 1 | -1/+5 |
| | | | | See https://kea.readthedocs.io/en/latest/arm/logging.html#logging-during-kea-startup | ||||
* | community/kea: move from testing | Jakub Jirutka | 2019-12-08 | 1 | -0/+32 |