net/stunnel: check if service section is configured to prevent crash loop
authorFlorian Eckert <fe@dev.tdt.de>
Tue, 23 Jan 2018 10:35:30 +0000 (11:35 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Tue, 23 Jan 2018 13:37:02 +0000 (14:37 +0100)
commit68f6fc25a0268efadf78cad531507be1d2dc481d
tree5dc1019dcb05b7540d201d55d37e48d7e16ad5b8
parent66349b4cd97b5cb5096dd8fbf88e4ef26b859f34
net/stunnel: check if service section is configured to prevent crash loop

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>
net/stunnel/files/stunnel.init