]> git.ipfire.org Git - thirdparty/lxc.git/commit
lxc_wait should start monitord
authorDwight Engen <dwight.engen@oracle.com>
Thu, 25 Apr 2013 16:21:53 +0000 (12:21 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 26 Apr 2013 07:54:29 +0000 (09:54 +0200)
commitf485f377a1caba11c58da100d3db9a8c6fdeb7d5
treeb23601d9aa734a91988560e772426153ef6eedb8
parent4f43438c476c3c5fb78d6192238d540108a33cb1
lxc_wait should start monitord

If lxc_wait is called before the container has started the socket will not
yet have been created and lxc_wait's connect to it will fail. Starting the
daemon will create the socket for lxc_wait to connect to.

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/lxc/state.c