libvirt-guests: run after time-sync.target

When libvirt-guests is configured to start guests on host
boot, it is possible for guests start and read the host
clock before it is synchronized.  Services such as
libvirt-guests that require correct time should use the
Special Passive System Unit time-sync.target

http://www.freedesktop.org/software/systemd/man/systemd.special.html#time-sync.target
This commit is contained in:
Jim Fehlig 2014-09-08 10:22:14 -06:00
parent 0dce260cc8
commit a9bad1a337
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[Unit] [Unit]
Description=Suspend Active Libvirt Guests Description=Suspend Active Libvirt Guests
After=network.target libvirtd.service After=network.target libvirtd.service time-sync.target
Documentation=man:libvirtd(8) Documentation=man:libvirtd(8)
Documentation=http://libvirt.org Documentation=http://libvirt.org