Merge "Start seempd from correct location"
This commit is contained in:
commit
815df1360d
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue