Re: [lxc-devel] [PATCH 1/3] add lxc.rebootsignal

2015-02-16 Thread Serge Hallyn
Quoting Bogdan Purcareata (bogdan.purcare...@freescale.com): > Following the model of f0f1d8c076ae93d8ecf735c2eeae471e27ca6abd, add a reboot > signal for special init processes that work on something other than SIGINT. > > Signed-off-by: Bogdan Purcareata Acked-by: Serge E. Hallyn > --- > src

[lxc-devel] [PATCH 1/3] add lxc.rebootsignal

2015-02-16 Thread Bogdan Purcareata
Following the model of f0f1d8c076ae93d8ecf735c2eeae471e27ca6abd, add a reboot signal for special init processes that work on something other than SIGINT. Signed-off-by: Bogdan Purcareata --- src/lxc/conf.h | 1 + src/lxc/confile.c | 14 ++ src/lxc/lxccontainer.c | 5 ++