Serge Hallyn [2015-06-30 14:12 +0000]: > Per pitti's suggestion, use After= to force lxc to wait for lxc-net to finish > running. > > Signed-off-by: Serge Hallyn <[email protected]>
Reviewed-By: Martin Pitt <[email protected]> > --- > config/init/systemd/lxc.service.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/config/init/systemd/lxc.service.in > b/config/init/systemd/lxc.service.in > index a256141..3b49c75 100644 > --- a/config/init/systemd/lxc.service.in > +++ b/config/init/systemd/lxc.service.in > @@ -1,6 +1,6 @@ > [Unit] > Description=LXC Container Initialization and Autoboot Code > -After=syslog.target network.target > +After=syslog.target network.target lxc-net.service > Wants=lxc-net.service > LGTM, thanks! Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) _______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
