lxc/lxc-2.0.6-fix-lxc-net.patch
Thomas Moschny 1fc44c52f8 Enable python3 on epel7 builds.
- Fix dependency on network-online.target for lxc-net.service.
2016-12-04 21:58:55 +01:00

12 lines
448 B
Diff

diff -up lxc-2.0.6/config/init/systemd/lxc-net.service.in.orig lxc-2.0.6/config/init/systemd/lxc-net.service.in
--- lxc-2.0.6/config/init/systemd/lxc-net.service.in.orig 2016-11-23 20:15:59.000000000 +0100
+++ lxc-2.0.6/config/init/systemd/lxc-net.service.in 2016-12-04 21:55:24.149093437 +0100
@@ -1,6 +1,7 @@
[Unit]
Description=LXC network bridge setup
After=network-online.target
+Wants=network-online.target
Before=lxc.service
[Service]