diff options
| author | Michael Bestas <mkbestas@gmail.com> | 2023-05-05 20:10:22 +0300 |
|---|---|---|
| committer | Siluxsept <ronny.horn.rh@gmail.com> | 2023-06-10 09:19:50 +0200 |
| commit | eec0bf6c58424cbbf65f0bda62ff483a0e0df2a8 (patch) | |
| tree | 4754a9409447a34ce3c934f485317906fdf52981 /init.hardware.rc | |
| parent | 1150eaeccaf64df211cabca6451d8bf502f8c40b (diff) | |
Implement xtra-daemon control via property
Change-Id: I8e3aa0760b49143967597530eae4aa61a005b9c6
Diffstat (limited to 'init.hardware.rc')
| -rw-r--r-- | init.hardware.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.hardware.rc b/init.hardware.rc index ad788c9c..9dac6361 100644 --- a/init.hardware.rc +++ b/init.hardware.rc @@ -679,6 +679,9 @@ service loc_launcher /vendor/bin/loc_launcher class late_start group gps inet diag wifi +on property:persist.sys.xtra-daemon.enabled=* + restart loc_launcher + service pd_mapper /vendor/bin/pd-mapper class core |
