Start seempd from correct location
start seempd from system partition. Change-Id: Ie8fa9722dfa05fa8bce72f36744bc67daadc78cc
This commit is contained in:
parent
86816ceb72
commit
1f3cbb281a
1 changed files with 5 additions and 5 deletions
|
@ -419,11 +419,11 @@ on charger
|
||||||
# user system
|
# user system
|
||||||
# group system
|
# group system
|
||||||
|
|
||||||
service seempd /system/vendor/bin/seempd
|
service seempd /system/bin/seempd
|
||||||
class late_start
|
class late_start
|
||||||
user system
|
user system
|
||||||
group system sdcard_rw
|
group system sdcard_rw
|
||||||
socket seempdw dgram 0666 system system
|
socket seempdw dgram 0666 system system
|
||||||
|
|
||||||
service tlocd /system/bin/tloc_daemon
|
service tlocd /system/bin/tloc_daemon
|
||||||
class late_start
|
class late_start
|
||||||
|
|
Loading…
Reference in a new issue