]> xenbits.xensource.com Git - libvirt.git/commitdiff
libvirt-guests.service: Split After= relationship
authorAndrea Bolognani <abologna@redhat.com>
Mon, 5 Sep 2016 17:04:30 +0000 (19:04 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 6 Sep 2016 14:05:20 +0000 (16:05 +0200)
We use a separate line for each After= relationship in other
unit files: do the same here for consistency's sake, and also
to make future changes nicer to diff

tools/libvirt-guests.service.in

index 66f6cc2aed93291dcf71cb3df0cdc9229b0c21b9..3c901b9b6df01df2a7b28b56a036f2c309500240 100644 (file)
@@ -1,6 +1,8 @@
 [Unit]
 Description=Suspend/Resume Running libvirt Guests
-After=network.target libvirtd.service time-sync.target
+After=network.target
+After=time-sync.target
+After=libvirtd.service
 Documentation=man:libvirtd(8)
 Documentation=http://libvirt.org