aboutsummaryrefslogtreecommitdiffstats
path: root/community/kea/kea.initd.in
Commit message (Collapse)AuthorAgeFilesLines
* community/kea: fix problem with kea service doesn't want to stopJakub Jirutka2020-01-301-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 msJakub Jirutka2019-12-171-1/+1
| | | | 100 ms is not suficient to catch startup failure caused by a hook.
* community/kea: log to syslog during startupJakub Jirutka2019-12-171-1/+5
| | | | See https://kea.readthedocs.io/en/latest/arm/logging.html#logging-during-kea-startup
* community/kea: move from testingJakub Jirutka2019-12-081-0/+32