mirror of
https://github.com/novatiq/packages.git
synced 2026-06-22 21:30:27 +01:00
68f6fc25a0
If a service section is not presented in the configuration then stunnel will always start anyway. This ends in a crash loop because the configuration is not valid. Checking in "uci" mode if a service section is presented and only then start the stunnel service will solve this issue. Signed-off-by: Florian Eckert <fe@dev.tdt.de>