libsnapshot: start in background

so that it won't block init starting other services on boot_completed.

Test: build
Bug: 145612906
Change-Id: I1ca325b9ef191c4689e925da2e797271ec9c7979
This commit is contained in:
Wei Wang 2019-12-03 13:27:05 -08:00
parent 7933195a36
commit 6db520807d
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
on property:sys.boot_completed=1
exec - root root -- /system/bin/snapshotctl merge --logcat
exec_background - root root -- /system/bin/snapshotctl merge --logcat