On Monday, October 15, 2018 at 9:37:29 AM UTC+2, BlancLoup wrote: > > Hello. > On server side: controller's GUI allows to create new openwisp config that > will rewrite /etc/config/openwisp (to replace "option url", "option > verify_ssl"). With tricks, but it works. In any case, we created additional > django application that allows it in straightway. > On client side: openwisp_config agent will apply new config, but reload > own daemon /etc/init.d/openwisp_config reload at the middle of iteration > that'll crash all logic. >
The agent should wait for the update configuration process to finish (but max 30 seconds) before reloading: https://github.com/openwisp/openwisp-config/blob/master/openwisp-config/files/openwisp.init#L91-L109 Fed -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
