]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
ubuntu.common.conf: mount /dev/mqueue
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Wed, 23 Sep 2015 19:49:06 +0000 (19:49 +0000)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 25 Sep 2015 22:52:29 +0000 (18:52 -0400)
systemd wants it.  It doesn't seem to be a big deal, but it's
one fewer error msg.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
config/templates/ubuntu.common.conf.in

index 857c255e73fe352bed249c077307d79a7ea8e874..7e171de84e3ee8263b2b91894fcdefc4c896a97f 100644 (file)
@@ -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