From: Serge Hallyn Date: Wed, 23 Sep 2015 19:49:06 +0000 (+0000) Subject: ubuntu.common.conf: mount /dev/mqueue X-Git-Tag: lxc-2.0.0.beta1~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fafe2de03fcdd347b6df22999f1ef21511595d9;p=thirdparty%2Flxc.git ubuntu.common.conf: mount /dev/mqueue systemd wants it. It doesn't seem to be a big deal, but it's one fewer error msg. Signed-off-by: Serge Hallyn Acked-by: Stéphane Graber --- diff --git a/config/templates/ubuntu.common.conf.in b/config/templates/ubuntu.common.conf.in index 857c255e7..7e171de84 100644 --- a/config/templates/ubuntu.common.conf.in +++ b/config/templates/ubuntu.common.conf.in @@ -5,6 +5,7 @@ lxc.include = @LXCTEMPLATECONFIG@/common.conf lxc.mount.entry = /sys/kernel/debug sys/kernel/debug none bind,optional 0 0 lxc.mount.entry = /sys/kernel/security sys/kernel/security none bind,optional 0 0 lxc.mount.entry = /sys/fs/pstore sys/fs/pstore none bind,optional 0 0 +lxc.mount.entry = mqueue dev/mqueue mqueue rw,relatime,create=dir,optional 0 0 # When using LXC with apparmor, the container will be confined by default. # If you wish for it to instead run unconfined, copy the following line