summaryrefslogtreecommitdiffstats
path: root/recipes-containers/lxc/files/document-lxc.rebootsignal.patch
Commit message (Collapse)AuthorAgeFilesLines
* lxc: fix reboot for Busybox containersBogdan Purcareata2015-03-101-0/+140
Busybox powered containers rely on a different signal for reboot - SIGTERM, rather than the default SIGINT. Apply the upstream support adding the infrastructure for defining a custom reboot signal for a container, and default this signal to SIGTERM for Busybox containers. The original patches have been applied on the upstream master LXC branch, and required a minor backport. Signed-off-by: Bogdan Purcareata <bogdan.purcareata@freescale.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>