Change tftp_server class from core to main
Because of an open file on /data by this module, encryption was failing as /data unmounting failed, so changing this to main class to make encryption successful Change-Id: I52a1f0f8abb51234f54be0ddbcc4016df52c466e
This commit is contained in:
parent
aeb8a95dee
commit
9df27e64a7
|
@ -422,7 +422,7 @@ service rfs_access /system/bin/rfs_access
|
|||
group system net_raw
|
||||
|
||||
service tftp_server /system/bin/tftp_server
|
||||
class core
|
||||
class main
|
||||
user root
|
||||
|
||||
on property:wc_transport.start_hci=true
|
||||
|
|
Loading…
Reference in New Issue