peridot: Add init for feature_enabler

Change-Id: If4192db902562b1789445ff98c1d272fd132c2ea
This commit is contained in:
AdarshGrewal
2025-09-19 14:50:37 +05:30
parent 922769f3b9
commit 50c08d13b0
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
on post-fs-data
mkdir /mnt/vendor/persist/data/pfm 0755 system system
mkdir /mnt/vendor/persist/data/pfm/licenses 0755 system system
chown system system /mnt/vendor/persist/feature_enabler_client
chmod 0775 /mnt/vendor/persist/feature_enabler_client
service feature_enabler_client /vendor/bin/feature_enabler_client
class late_start
user system
group system graphics