Unverified Commit b834e091 by Stéphane Graber Committed by GitHub

Merge pull request #3297 from Rachid-Koucha/patch-2

Trigger the mounting of shm file system
parents b4242db0 078c676f
...@@ -236,7 +236,7 @@ lxc.cap.drop = sys_module mac_admin mac_override sys_time ...@@ -236,7 +236,7 @@ lxc.cap.drop = sys_module mac_admin mac_override sys_time
#lxc.apparmor.profile = unconfined #lxc.apparmor.profile = unconfined
lxc.mount.auto = cgroup:mixed proc:mixed sys:mixed lxc.mount.auto = cgroup:mixed proc:mixed sys:mixed
lxc.mount.entry = shm /dev/shm tmpfs defaults 0 0 lxc.mount.entry = shm dev/shm tmpfs defaults 0 0
EOF EOF
libdirs="\ libdirs="\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment