Quoting Alexander Vladimirov ([email protected]): > > Signed-off-by: Alexander Vladimirov <[email protected]>
Acked-by: Serge E. Hallyn <[email protected]> > --- > templates/lxc-archlinux.in | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/templates/lxc-archlinux.in b/templates/lxc-archlinux.in > index a542366..75c4d17 100644 > --- a/templates/lxc-archlinux.in > +++ b/templates/lxc-archlinux.in > @@ -127,7 +127,9 @@ lxc.tty=1 > lxc.pts=1024 > lxc.rootfs=${rootfs_path} > lxc.mount=${config_path}/fstab > -lxc.cap.drop = mknod sys_module mac_admin mac_override > +lxc.cap.drop=mknod sys_module mac_admin mac_override > +lxc.kmsg=0 > +lxc.stopsignal=SIGRTMIN+4 > #networking > lxc.network.type=${lxc_network_type} > lxc.network.link=${lxc_network_link} > -- > 1.8.1.5 > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > _______________________________________________ > Lxc-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/lxc-devel ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Lxc-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lxc-devel
