From a632c0c470b1819a2eb7aece96fc0445980de8aa Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 14 Apr 2020 23:43:00 -0700 Subject: [PATCH] fs_mgr: Fix executable path in clean_scratch_files. Bug: 154071877 Test: no error log on startup Change-Id: I84c627011992eed6952697e7260051006b1c10d0 Merged-In: I84c627011992eed6952697e7260051006b1c10d0 --- fs_mgr/clean_scratch_files.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs_mgr/clean_scratch_files.rc b/fs_mgr/clean_scratch_files.rc index 738d1aa2a..25a7e690a 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