mirror of
git://github.com/lxc/lxc
synced 2025-09-03 13:29:33 +00:00
Update lxc-archlinux template default config to use new options
Signed-off-by: Alexander Vladimirov <alexander.idkfa.vladimirov@gmail.com> Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
committed by
Stéphane Graber
parent
2f3f41d0d5
commit
6139e7e52d
@@ -127,7 +127,9 @@ lxc.tty=1
|
|||||||
lxc.pts=1024
|
lxc.pts=1024
|
||||||
lxc.rootfs=${rootfs_path}
|
lxc.rootfs=${rootfs_path}
|
||||||
lxc.mount=${config_path}/fstab
|
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
|
#networking
|
||||||
lxc.network.type=${lxc_network_type}
|
lxc.network.type=${lxc_network_type}
|
||||||
lxc.network.link=${lxc_network_link}
|
lxc.network.link=${lxc_network_link}
|
||||||
|
Reference in New Issue
Block a user