Merge "tombstoned: start immediately after /data is mounted."

This commit is contained in:
Treehugger Robot 2019-08-23 02:56:27 +00:00 committed by Gerrit Code Review
commit 3bd09415a3

View file

@ -2,10 +2,10 @@ service tombstoned /system/bin/tombstoned
user tombstoned
group system
# Don't start tombstoned until after the real /data is mounted.
class late_start
socket tombstoned_crash seqpacket 0666 system system
socket tombstoned_intercept seqpacket 0666 system system
socket tombstoned_java_trace seqpacket 0666 system system
writepid /dev/cpuset/system-background/tasks
on post-fs-data
start tombstoned