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:
parent
7933195a36
commit
6db520807d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue