Files
vendor_xiaomi_rodin/proprietary/vendor/etc/init/miteelog.rc
xyzuniverse 56098a95e2 rodin: Initial vendor tree
Change-Id: I82fdf19168c57722403b81d983505a35d12b9926
Signed-off-by: xyzuniverse <dev.xyzuniverse@gmail.com>
2026-03-08 19:03:54 +00:00

16 lines
382 B
Plaintext

service miteelog /vendor/bin/miteelog
class core
user system
group system
disabled
on post-fs-data
mkdir /data/vendor/mitee
chmod 0755 /data/vendor/mitee
chown system system /data/vendor/mitee
mkdir /data/vendor/thh
chmod 0755 /data/vendor/thh
chown system system /data/vendor/thh
write /proc/bootprof "init miteelog"
start miteelog