0d6cdfb7f0
The /data directory isn't guaranteed to be mounted during the "on boot" trigger, so switch them to using "on post-fs-data". Bug: 24941965 Change-Id: Iee84ca0e934967cff7bc4d968d9939d398c73980
7 lines
200 B
Text
7 lines
200 B
Text
on post-fs-data
|
|
mkdir /data/misc/metrics 0770 system system
|
|
|
|
service metrics_daemon /system/bin/metrics_daemon --uploader -nodaemon
|
|
class late_start
|
|
user system
|
|
group system dbus inet
|