alexreinert / piVCCU

piVCCU is a project to install the original Homematic CCU3 firmware inside a virtualized container (lxc) on ARM based single board computers.
Apache License 2.0
300 stars 62 forks source link

feat: prevent version check from blocking the service #526

Open holomekc opened 1 month ago

holomekc commented 1 month ago

At the moment the wget call to check for latest version is configured without the tries option. This may result in a longer delay for the service to start up.