Comment 29 for bug 1558196

Revision history for this message
Paul Menzel (paulmenzel) wrote :

The referenced fix below [2] mentioned by Michael in [1] fixes the issue for my 16.04.

```
$ cat /etc/systemd/system/rpcbind.socket.d/override.conf
[Unit]
DefaultDependencies=no
Wants=rpcbind.target
Before=rpcbind.target
```

[1] https://bugs.debian.org/805167#88
[2] https://bugs.debian.org/812371#31