← Back to team overview

ubuntu-phone team mailing list archive

[PATCH] init.rc: pass init as a parameter to ubuntu_chroot

 

Signed-off-by: Mathieu Trudel-Lapierre <mathieu-tl@xxxxxxxxxx>
---
 rootdir/init.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rootdir/init.rc b/rootdir/init.rc
index c5b0c81..1085ac8 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -529,6 +529,6 @@ service sensorservice /system/bin/sensorservice
 service ubuntuappmanager /system/bin/ubuntuappmanager
     class main
 
-service ubuntu_chroot /system/bin/ubuntu_chroot
+service ubuntu_chroot /system/bin/ubuntu_chroot init
     class main
     oneshot
-- 
1.8.1.2



Follow ups