Merge "Create new directory for statsd restricted configs"

This commit is contained in:
Jeffrey Huang 2023-02-15 00:26:17 +00:00 committed by Gerrit Code Review
commit 5c1d43f732

View file

@ -993,6 +993,7 @@ on post-fs-data
# Create directories for statsd
mkdir /data/misc/stats-active-metric/ 0770 statsd system
mkdir /data/misc/stats-data/ 0770 statsd system
mkdir /data/misc/stats-data/restricted-data 0770 statsd system
mkdir /data/misc/stats-metadata/ 0770 statsd system
mkdir /data/misc/stats-service/ 0770 statsd system
mkdir /data/misc/train-info/ 0770 statsd system