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
|
# 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