]> git.ipfire.org Git - thirdparty/libvirt.git/commit
systemd: Set service_extra_in/socket_extra_in everywhere
authorAndrea Bolognani <abologna@redhat.com>
Fri, 29 Sep 2023 13:20:07 +0000 (15:20 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 25 Oct 2023 10:19:32 +0000 (12:19 +0200)
commit95e6615cd243abd0a7fec2d562c37da93da8f4d7
treef6be6715cbd15fb83bb571cf67b46d945a070303
parentee86c2add3051f4789c56477cc2fa7eabb2a940c
systemd: Set service_extra_in/socket_extra_in everywhere

It's somewhat confusing that some of the services have a
corresponding foo.service.extra.in and foo.socket.extra.in, some
have just one of the two, and some have neither.

In order to make things more approachable, make sure that both
files exists for each service.

In most cases the extra units are currently unused, so they will
just contain a comment briefly explaining their purpose and
pointing users to meson.build, where they can find more
information. The same comment is also added to the top of
extra units that already have some contents in them for
consistency.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
46 files changed:
src/ch/meson.build
src/ch/virtchd.service.extra.in
src/ch/virtchd.socket.extra.in [new file with mode: 0644]
src/interface/meson.build
src/interface/virtinterfaced.service.extra.in [new file with mode: 0644]
src/interface/virtinterfaced.socket.extra.in [new file with mode: 0644]
src/libxl/virtxend.service.extra.in
src/libxl/virtxend.socket.extra.in
src/locking/meson.build
src/locking/virtlockd.service.extra.in [new file with mode: 0644]
src/locking/virtlockd.socket.extra.in [new file with mode: 0644]
src/logging/meson.build
src/logging/virtlogd.service.extra.in [new file with mode: 0644]
src/logging/virtlogd.socket.extra.in [new file with mode: 0644]
src/lxc/meson.build
src/lxc/virtlxcd.service.extra.in
src/lxc/virtlxcd.socket.extra.in [new file with mode: 0644]
src/network/meson.build
src/network/virtnetworkd.service.extra.in
src/network/virtnetworkd.socket.extra.in [new file with mode: 0644]
src/node_device/meson.build
src/node_device/virtnodedevd.service.extra.in [new file with mode: 0644]
src/node_device/virtnodedevd.socket.extra.in [new file with mode: 0644]
src/nwfilter/meson.build
src/nwfilter/virtnwfilterd.service.extra.in [new file with mode: 0644]
src/nwfilter/virtnwfilterd.socket.extra.in [new file with mode: 0644]
src/qemu/meson.build
src/qemu/virtqemud.service.extra.in
src/qemu/virtqemud.socket.extra.in [new file with mode: 0644]
src/remote/libvirtd.service.extra.in [new file with mode: 0644]
src/remote/libvirtd.socket.extra.in [new file with mode: 0644]
src/remote/meson.build
src/remote/virtproxyd.service.extra.in [new file with mode: 0644]
src/remote/virtproxyd.socket.extra.in [new file with mode: 0644]
src/secret/meson.build
src/secret/virtsecretd.service.extra.in [new file with mode: 0644]
src/secret/virtsecretd.socket.extra.in [new file with mode: 0644]
src/storage/meson.build
src/storage/virtstoraged.service.extra.in
src/storage/virtstoraged.socket.extra.in [new file with mode: 0644]
src/vbox/meson.build
src/vbox/virtvboxd.service.extra.in
src/vbox/virtvboxd.socket.extra.in [new file with mode: 0644]
src/vz/meson.build
src/vz/virtvzd.service.extra.in
src/vz/virtvzd.socket.extra.in [new file with mode: 0644]