diff mbox series

[4/4] examples: add enable attribute to suricatta section

Message ID 20200208134705.6547-4-sbabic@denx.de
State Accepted
Headers show
Series [1/4] server_general: do not raise error in case of unrecognized option | expand

Commit Message

Stefano Babic Feb. 8, 2020, 1:47 p.m. UTC
Reorder the attribute and fix/extend comments.

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 examples/configuration/swupdate.cfg | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/examples/configuration/swupdate.cfg b/examples/configuration/swupdate.cfg
index 8aa5062..6631436 100644
--- a/examples/configuration/swupdate.cfg
+++ b/examples/configuration/swupdate.cfg
@@ -104,7 +104,16 @@  identify : (
 # retry			: integer
 #			  number of retries to connect to server
 # retrywait		: integer
-# cafile		: Certificate Authority certificate
+# userid		: integer
+#			  userID for Webserver process
+# groupid		: integer
+#			  groupId for Webserver process
+# enable		: bool
+# 			  default=true
+# 			  If set to false, suricatta do not try to connect to the server
+# 			  Enable can be done then via IPC
+# cafile		: string
+# 			  File with Public Certificate Authority
 # sslkey		: string
 #			  path of the file containing the key for ssl connection
 # sslcert		: string
@@ -133,6 +142,7 @@  suricatta :
 	loglevel	= 10;
 	userid		= 1000;
 	groupid		= 1000;
+	enable		= true;
 /*
 	cafile		= "/etc/ssl/cafile";
 	sslkey		= "/etc/ssl/sslkey";