Files
vendor_xiaomi_klee/proprietary/vendor/etc/init/miteelog.rc
T
xyzuniverse f2c3eea3f3 klee: Initial vendor tree
Change-Id: Id84cbbc84ce32ce0af59e42e797de11ea2244efd
Signed-off-by: Ido <dev.xyzuniverse@gmail.com>
2026-05-10 12:29:05 +02: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