mirror of https://gitee.com/openkylin/libvirt.git
libvirt-guests: Run only after libvirtd
Possible fix for occasional libvirt-guests failure at boot time: https://bugzilla.redhat.com/show_bug.cgi?id=906009
This commit is contained in:
parent
2b510e4903
commit
d92036754a
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=Suspend Active Libvirt Guests
|
||||
After=network.target
|
||||
After=network.target libvirtd.service
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=-/etc/sysconfig/libvirt-guests
|
||||
|
|
Loading…
Reference in New Issue