diff mbox series

[V3,28/37] example: userid and groupid in case of downloader

Message ID 20211121103834.922620-29-sbabic@denx.de
State Accepted
Headers show
Series DELTA Update | expand

Commit Message

Stefano Babic Nov. 21, 2021, 10:38 a.m. UTC
Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 examples/configuration/swupdate.cfg | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/examples/configuration/swupdate.cfg b/examples/configuration/swupdate.cfg
index 7d15bb5..2f19ffa 100644
--- a/examples/configuration/swupdate.cfg
+++ b/examples/configuration/swupdate.cfg
@@ -82,6 +82,10 @@  logcolors : {
 #			  complete URL pointing to the SWU image of the update package
 # retries		: integer
 #			  Number of retries (0=forever)
+# userid		: integer
+#			  userID for Webserver process
+# groupid		: integer
+#			  groupId for Webserver process
 # timeout		: integer
 #			  it is the number of seconds that can be accepted without
 #			  receiving any packets. If it elapses, the connection is
@@ -95,6 +99,8 @@  download :
 	retries = 3;
 	timeout = 1800;
 	url = "http://example.com/software.swu";
+	userid		= 1000;
+	groupid		= 1000;
 };
 
 #