Linux internet client, no connect at boot

Hi,

I’m running the client with Fedora 25, when i boot the machine the client status reports connection failed.
When i run systemctl restart urbackupclientbackend.service the client connects.

I think the problem is that the client starts before netwok/dhcp client. How to debug this? I’m new to systemd startup things,

/Jonas

I solved this by adding network-online.target to unit file /usr/lib/systemd/system/urbackupclientbackend.service

[Unit]
Description=UrBackup Client backend
Wants=network-online.target
After=syslog.target network.target network-online.target

/Jonas