From 5175cbf5a9652f5f1976f18907d8d2dfc5043e33 Mon Sep 17 00:00:00 2001 From: Alex T Date: Wed, 10 Aug 2022 11:15:54 +0800 Subject: [PATCH] sdm660-common: rootdir: Put tftp in a group Fixes following spamfest: 09-09 06:49:00.304 823 823 I tftp_server: pid=823 tid=823 tftp-server : INF :[tftp_server.c, 667] rcvd > 09-09 06:49:00.304 823 12138 I tftp_server: pid=823 tid=12138 tftp-server : INF :[tftp_server_utils.c, 11> 09-09 06:49:00.304 823 12138 I tftp_server: pid=823 tid=12138 tftp-server : INF :[tftp_server.c, 1222] OA> 09-09 06:49:00.304 823 12138 E tftp_server: pid=823 tid=12138 tftp-server : ERR :[tftp_os_la.c, 191] unli> 09-09 06:49:00.305 823 12138 I tftp_server: pid=823 tid=12138 tftp-server : INF :[tftp_server.c, 893] Usi> 09-09 06:49:00.305 823 12138 I tftp_server: pid=823 tid=12138 tftp-server : INF :[tftp_os_la.c, 63] open > 09-09 06:49:00.305 823 12138 E tftp_server: pid=823 tid=12138 tftp-server : ERR :[tftp_os_la.c, 70] open > 09-09 06:49:00.305 823 12138 I tftp_server: pid=823 tid=12138 tftp-server : INF :[tftp_server.c, 927] ope> 09-09 06:49:00.305 823 12138 E tftp_server: pid=823 tid=12138 tftp-server : ERR :[tftp_server.c, 1718] op> 09-09 06:49:00.305 823 12138 E tftp_server: pid=823 tid=12138 tftp-server : ERR :[tftp_protocol.c, 1229] > Change-Id: I60fcc9530a69326bb3fc92beed1cdb4221d6ddd9 Signed-off-by: pix106 --- rootdir/etc/init.qcom.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 6f898be5..3e7a12dd 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -501,6 +501,7 @@ service vendor.rmt_storage /vendor/bin/rmt_storage service vendor.tftp_server /vendor/bin/tftp_server class core user root + group root system service vendor.sensors.qti /vendor/bin/sensors.qti class core