<div dir="ltr"><div class="gmail_default" style="font-size:small">It works. Many thanks.<br></div><div class="gmail_default" style="font-size:small">I wonder why these services are not on by default.<br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 28, 2016 at 3:09 AM, Fajar A. Nugraha <span dir="ltr"><<a href="mailto:list@fajar.net" target="_blank">list@fajar.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Thu, Apr 28, 2016 at 11:54 AM, Saint Michael <<a href="mailto:venefax@gmail.com">venefax@gmail.com</a>> wrote:<br>
> In Ubuntu you boot the box and all the containers marked for auto-start<br>
> do start. In Centos 7 they do not.<br>
> I have been using /etc/rc.local but it does create an issue when the machine<br>
> reboots, for Centos hangs there for several minutes.<br>
> Any idea how to make Centos work as well as Ubuntu for LXC, both 2.0 and<br>
> earlier versions?<br>
<br>
</div></div>It depends on who provide your packages, or how you build it.<br>
<br>
In my C6, self-packaged, I ended up with /etc/rc.d/init.d/lxc, so<br>
enabling autostart is a matter of "chkconfig lxc-net on" and<br>
"chkconfig lxc on"<br>
<br>
For C7, you could probably try "systemctl status lxc" and "systemctl<br>
status lxc-net". If it says disabled, enable it.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Fajar<br>
_______________________________________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" rel="noreferrer" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-users</a></font></span></blockquote></div><br></div>