New comment by lemmi on void-packages repository https://github.com/void-linux/void-packages/pull/36102#issuecomment-1068713331 Comment: @the-maldridge yeah, I was thinking the same. I also had another look around. Seems like upstream suggests [this solution](https://github.com/containers/podman/blob/main/contrib/systemd/system/podman-docker.conf). They start `podman` with the default location, but provide a systemd config that creates a symlink from the `docker` default socket path to the `podman` socket path. Maybe we could mimick that by providing a `podman` service with default options and optional config and a `podman-docker` service, that adds the symlink.