Re: [lxc-devel] [PATCH] oracle template: fix lxc-shutdown with upstart SIGPWR handler

2013-01-09 Thread Stéphane Graber
On 01/09/2013 02:09 PM, Dwight Engen wrote: > OL6 uses upstart init and needs a handler for the SIGPWR that > lxc-shutdown sends it so that a container can shut down cleanly. > > Signed-off-by: Dwight Engen Looks good to me. Acked-by: Stéphane Graber > --- > templates/lxc-oracle.in | 21

[lxc-devel] [PATCH] oracle template: fix lxc-shutdown with upstart SIGPWR handler

2013-01-09 Thread Dwight Engen
OL6 uses upstart init and needs a handler for the SIGPWR that lxc-shutdown sends it so that a container can shut down cleanly. Signed-off-by: Dwight Engen --- templates/lxc-oracle.in | 21 + 1 file changed, 21 insertions(+) diff --git a/templates/lxc-oracle.in b/templates/lx