[PATCH for 8.9.0 0/2] Last service file and manpage fixes

Martin Kletzander posted 2 patches 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1666794089.git.mkletzan@redhat.com
docs/manpages/libvirtd.rst     | 3 +++
src/ch/virtchd.service.in      | 1 -
src/lxc/virtlxcd.service.in    | 1 -
src/qemu/virtqemud.service.in  | 1 -
src/remote/libvirtd.service.in | 1 -
5 files changed, 3 insertions(+), 4 deletions(-)
[PATCH for 8.9.0 0/2] Last service file and manpage fixes
Posted by Martin Kletzander 1 year, 5 months ago
See patches for details (duh!).

Martin Kletzander (2):
  Remove Before=libvirt-guests.service from other services
  docs: Remind users to remove --timeout option without socket
    activation

 docs/manpages/libvirtd.rst     | 3 +++
 src/ch/virtchd.service.in      | 1 -
 src/lxc/virtlxcd.service.in    | 1 -
 src/qemu/virtqemud.service.in  | 1 -
 src/remote/libvirtd.service.in | 1 -
 5 files changed, 3 insertions(+), 4 deletions(-)

-- 
2.38.1
Re: [PATCH for 8.9.0 0/2] Last service file and manpage fixes
Posted by Michal Prívozník 1 year, 5 months ago
On 10/26/22 16:26, Martin Kletzander wrote:
> See patches for details (duh!).
> 
> Martin Kletzander (2):
>   Remove Before=libvirt-guests.service from other services
>   docs: Remind users to remove --timeout option without socket
>     activation
> 
>  docs/manpages/libvirtd.rst     | 3 +++
>  src/ch/virtchd.service.in      | 1 -
>  src/lxc/virtlxcd.service.in    | 1 -
>  src/qemu/virtqemud.service.in  | 1 -
>  src/remote/libvirtd.service.in | 1 -
>  5 files changed, 3 insertions(+), 4 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal