monitor libvirt for both master and 1.0
[build.git] / vbuild-init-lxc.sh
index 4f59c80..9e1dd8b 100755 (executable)
@@ -273,6 +273,8 @@ function configure_fedora_systemd() {
 #   #dependency on a device unit fails it specially that we disabled udev
 #    sed -i 's/After=dev-%i.device/After=/' ${rootfs_path}/lib/systemd/system/getty\@.service
     ln -s /dev/null ${rootfs_path}/etc/systemd/system/"getty@.service"
+    rm -f ${rootfs_path}/etc/systemd/system/getty.target.wants/*service || :
+# can't seem to handle this one with systemctl
     chroot ${rootfs_path} chkconfig network on
 }