Skip to content

Commit

Permalink
Update lxc-archlinux template default config to use new options
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Vladimirov <alexander.idkfa.vladimirov@gmail.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
  • Loading branch information
Alexander Vladimirov authored and stgraber committed Mar 13, 2013
1 parent 2f3f41d commit 6139e7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/lxc-archlinux.in
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 6139e7e

Please sign in to comment.