[libvirt PATCH 0/9] src: some improvements to systemd unit files

Daniel P. Berrangé berrange at redhat.com
Wed Jun 21 13:32:23 UTC 2023


These were suggested by Lennart in

   https://gitlab.com/libvirt/libvirt/-/issues/489

Daniel P. Berrangé (9):
  src: remove After=local-fs.target from systemd units
  src: remote deps on ip[6]tables/firewalld.service from systemd units
  util: remove pointless wrappers for setrlimit/getrlimit
  util: add helper for raising the max files limit
  rpc: automatically raise max file limit in all daemons
  src: set max open file limit to match systemd >= 240 defaults
  util: relax requirement for logind to be running
  src: remove dep on systemd-logind.service from unit files
  util: add logging about node suspend availability

 src/ch/virtchd.service.in               | 11 ++---
 src/interface/virtinterfaced.service.in |  1 -
 src/libvirt_private.syms                |  1 +
 src/libxl/virtxend.service.in           |  1 -
 src/locking/virtlockd.service.in        |  8 ++--
 src/logging/virtlogd.service.in         | 11 ++---
 src/lxc/virtlxcd.service.in             | 11 ++---
 src/network/virtnetworkd.service.in     |  4 --
 src/node_device/virtnodedevd.service.in |  1 -
 src/nwfilter/virtnwfilterd.service.in   |  1 -
 src/qemu/virtqemud.service.in           | 11 ++---
 src/remote/libvirtd.service.in          | 14 ++-----
 src/remote/virtproxyd.service.in        |  1 -
 src/rpc/virnetdaemon.c                  |  3 ++
 src/secret/virtsecretd.service.in       |  1 -
 src/storage/virtstoraged.service.in     |  1 -
 src/util/virnodesuspend.c               |  3 ++
 src/util/virprocess.c                   | 56 ++++++++++++++++---------
 src/util/virprocess.h                   |  1 +
 src/util/virstring.c                    |  6 +++
 src/util/virsystemd.c                   | 12 ++++++
 src/vbox/virtvboxd.service.in           |  1 -
 src/vz/virtvzd.service.in               |  1 -
 tests/virshtest.c                       |  1 +
 tools/virsh.c                           |  2 +-
 25 files changed, 88 insertions(+), 76 deletions(-)

-- 
2.40.1



More information about the libvir-list mailing list