On Fri 2017-10-06 19:54:19 +0000, Ondřej Surý wrote:
One more thing - could you try adding
After=network-online.target
to kresd.socket?
Alternately, could you try adding the following directive to your
kresd.socket override?
FreeBind=true
from systemd.socket(5):
FreeBind=
Takes a boolean value. Controls whether the socket can be bound to
non-local IP addresses. This is useful to configure sockets
listening on specific IP addresses before those IP addresses are
successfully configured on a network interface. This sets the
IP_FREEBIND socket option. For robustness reasons it is recommended
to use this option whenever you bind a socket to a specific IP
address. Defaults to false.
Regards,
--dkg