From: Andrea Bolognani Date: Mon, 5 Sep 2016 16:59:58 +0000 (+0200) Subject: libvirt-guests.service: Improve description X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f4bbbe35f32c5be58c91cc8c12a09e20ddf16b52;p=libvirt.git libvirt-guests.service: Improve description libvirt-guests.service does both suspend *and* resume guests, depending on whether it's being started or stopped: the description should reflect this, to avoid confusing messages during startup. Replace "active" with "running" (to match virsh list's output) and don't capitalize libvirt. --- diff --git a/tools/libvirt-guests.service.in b/tools/libvirt-guests.service.in index c31f6638bc..66f6cc2aed 100644 --- a/tools/libvirt-guests.service.in +++ b/tools/libvirt-guests.service.in @@ -1,5 +1,5 @@ [Unit] -Description=Suspend Active Libvirt Guests +Description=Suspend/Resume Running libvirt Guests After=network.target libvirtd.service time-sync.target Documentation=man:libvirtd(8) Documentation=http://libvirt.org