Codebase list libvirt / 48f7eb0
libvirt-guests: use wants instead of requires to prevent libvirtd restarts affecting libvirt-guests Guido Günther 7 years ago
3 changed file(s) with 23 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
66 1 file changed, 1 insertion(+), 1 deletion(-)
77
88 diff --git a/tools/virsh.pod b/tools/virsh.pod
9 index 49abda9..43c0e4a 100644
9 index 971b408..dbe6374 100644
1010 --- a/tools/virsh.pod
1111 +++ b/tools/virsh.pod
1212 @@ -119,7 +119,7 @@ virsh is coming from and which options and driver are compiled in.
0 From: =?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org>
1 Date: Tue, 11 Oct 2016 07:53:51 +0200
2 Subject: libvirt-guests: use wants instead of requires
3
4 to prevent libvirtd restarts affecting libvirt-guests
5 ---
6 tools/libvirt-guests.service.in | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9 diff --git a/tools/libvirt-guests.service.in b/tools/libvirt-guests.service.in
10 index ff24725..ad1dee7 100644
11 --- a/tools/libvirt-guests.service.in
12 +++ b/tools/libvirt-guests.service.in
13 @@ -1,6 +1,6 @@
14 [Unit]
15 Description=Suspend/Resume Running libvirt Guests
16 -Requires=libvirtd.service
17 +Wants=libvirtd.service
18 After=network.target
19 After=time-sync.target
20 After=libvirtd.service
1313 debian/apparmor_profiles_local_include.patch
1414 virt-aa-helper-apparmor-allow-usr-share-OVMF-too.patch
1515 Set-defaults-for-zfs-tools.patch
16 libvirt-guests-use-wants-instead-of-requires.patch