On Tue, Jan 18, 2022 at 15:51:21 +0100, Michal Prívozník wrote:
On 1/18/22 15:38, Peter Krempa wrote:
[...]
> diff --git a/src/remote/libvirtd.socket.in
b/src/remote/libvirtd.socket.in
> index 85b4aa800a..0f349656f5 100644
> --- a/src/remote/libvirtd.socket.in
> +++ b/src/remote/libvirtd.socket.in
> @@ -9,6 +9,7 @@ Before=@service@.service
> ListenStream=@runstatedir@/libvirt/@sockprefix@-sock
> Service=@service@.service
> SocketMode=@mode@
> +RemoveOnStop=yes
I beg your pardon? Systemd leaves a stale socket behind? Isn't this
something that systemd needs to fix?
Well, for that exact reason, they provide a config setting in the unit
file that instruts systemd to delete the socket file when the socket
unit is stopped, and also the exact reason I'm enabling that setting.