[Solved] Vero is to fast (startup problem)

By trying to use an external database via advanced settings.xml I found out that Vero is trying to access the database before the network is running. in the log I get the following error multiple times
also the configured Live TV access is also accessed to early resulting in a error message in the UI and in the log

ERROR: Unable to open database: MyMusic48 [2003](Can’t connect to MySQL server on ‘192.168.178.48’ (101))

and

ERROR: AddOnLog: VU+ / Enigma2 Client: Open It seem’s that the webinterface cannot be reached. Make sure that you set the correct configuration options in the addon settings!

When I restart kodi (without reboot) everything works fine.

This indicates to me that Kodi on Vero tries to access the eth0 wired LAN (with fixed ip) at a state way to early.

Where can I put a delay to solve this temporarily ?

regards
Chris

I moved 2 posts to an existing topic: How to use external database with vero

Sams solution:

SSH in and run sudo systemctl enable connman-wait-for-network

After a reboot, this will now wait for a network connection before starting Kodi.