Control: tags -1 patch
On Tue, 12 Oct 2021 13:47:08 +0200 pedeb <pe...@cas.cat> wrote:
Hi Andrew,
Looks like the systemd unit is not properly configured. I had the same
the same problem and here is a solution.
Meanwhile this is not solved in debian, you can place the systemd unit
in a way that is not going to be changed because of upgrades
```
cp -p /lib/systemd/system/docker.service /etc/systemd/system/docker.service
```
and reload systemd daemon
```
systemctl daemon-reload
```
the solution is changing the systemd unit this way [0]
I've opened a merge request at
https://salsa.debian.org/go-team/packages/docker/-/merge_requests/6