libvirt-guests.service: Split After= relationship

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
This commit is contained in:
Andrea Bolognani 2016-09-05 19:04:30 +02:00
parent f4bbbe35f3
commit 7fbe9fa575

View 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