mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +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>