Start seempd from correct location

start seempd from system partition.

Change-Id: Ie8fa9722dfa05fa8bce72f36744bc67daadc78cc
This commit is contained in:
Matthew Hui 2017-08-03 16:20:36 -04:00
parent 86816ceb72
commit 1f3cbb281a

View file

@ -419,11 +419,11 @@ on charger
# user system
# group system
service seempd /system/vendor/bin/seempd
class late_start
user system
group system sdcard_rw
socket seempdw dgram 0666 system system
service seempd /system/bin/seempd
class late_start
user system
group system sdcard_rw
socket seempdw dgram 0666 system system
service tlocd /system/bin/tloc_daemon
class late_start