mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
f4bbbe35f3
commit
7fbe9fa575
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue