On Tue, 19 May 2020 14:09:35 +0200 Laurent Bigonville <[email protected]>
wrote:
[...]
>
> What is the usage of this service and should it be started by default?
Looking at podman-varlink, it says the following:
Users of the podman varlink service should enable the
io.podman.socket and io.podman.service. This is the preferred method
for running the varlink service.
You can do this via systemctl.
$ systemctl enable --now io.podman.socket
Looking at this, it seems that this is not for everybody and that it
should be enabled at the request of the user only.
This is independent of the error message part of my initial message, I
guess.