mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 20:23:01 +02:00
On any change to a container network interface we should schedule a restart of the container to activate the changes. This code triggers also at boot, when applying the whole startup-config, which initctl handles by queuing any create/touch events for services. This patch depends on the two previous commtis backporing fixes to Finit's initctl tool and an upgrade of the k8s-logger. Fixes #375 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>