diff options
author | Ashok Vuyyuru <avuyyuru@codeaurora.org> | 2021-07-07 22:31:05 +0530 |
---|---|---|
committer | Ashok Vuyyuru <avuyyuru@codeaurora.org> | 2021-07-07 22:42:42 +0530 |
commit | 22cba6c627d222cbf9b0630dce3c6a8053c3c011 (patch) | |
tree | 35d43c77236bd803a8638dda2355a1da3655461e | |
parent | 75692cb5d0722d10f438c88bee79fcab67335269 (diff) |
ipacm: Start ipacm after post-fs-data
We may run into issues if we start the ipacm in post-fs due
data folder was not mounted. Adding changes to start ipacm
in post-fs-data.
Change-Id: I28e003a8630d56efb198dda0144434da3dcfba77
-rw-r--r-- | ipacm/src/ipacm.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipacm/src/ipacm.rc b/ipacm/src/ipacm.rc index c1c876b..6b3bf98 100644 --- a/ipacm/src/ipacm.rc +++ b/ipacm/src/ipacm.rc @@ -30,5 +30,5 @@ service vendor.ipacm /system/vendor/bin/ipacm user radio group radio inet -on post-fs +on post-fs-data start vendor.ipacm |