commit | 58d70975a427168a508f4256b4850ae8bcbdfb4f | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Tue Apr 14 23:43:00 2020 -0700 |
committer | David Anderson <dvander@google.com> | Wed Apr 15 21:27:56 2020 +0000 |
tree | 9a9c219e08fa7474a8c216621e55360ac9b15dd6 | |
parent | f3185b16788ca826bf99fdd0e2bbc38e826f8a48 [diff] |
fs_mgr: Fix executable path in clean_scratch_files. Bug: 154071877 Test: no error log on startup Change-Id: I84c627011992eed6952697e7260051006b1c10d0 Merged-In: I84c627011992eed6952697e7260051006b1c10d0
diff --git a/fs_mgr/clean_scratch_files.rc b/fs_mgr/clean_scratch_files.rc index 738d1aa..25a7e69 100644 --- a/fs_mgr/clean_scratch_files.rc +++ b/fs_mgr/clean_scratch_files.rc
@@ -1,2 +1,2 @@ on post-fs-data && property:ro.debuggable=1 - exec_background - root root -- clean_scratch_files + exec_background - root root -- /system/bin/clean_scratch_files