Files
vendor_xiaomi_degas/proprietary/vendor/etc/init/miteelog.rc
T
HeroBuxx 5b4a9487d0 degas: Initial blobs import
Signed-off-by: HeroBuxx <me@herobuxx.me>
2026-04-07 05:38:24 +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