summaryrefslogtreecommitdiffstats
path: root/rootdir/etc/init.goldfish.rc
diff options
context:
space:
mode:
Diffstat (limited to 'rootdir/etc/init.goldfish.rc')
-rw-r--r--rootdir/etc/init.goldfish.rc12
1 files changed, 12 insertions, 0 deletions
diff --git a/rootdir/etc/init.goldfish.rc b/rootdir/etc/init.goldfish.rc
index 1ac09ca..83b7f8a 100644
--- a/rootdir/etc/init.goldfish.rc
+++ b/rootdir/etc/init.goldfish.rc
@@ -52,6 +52,18 @@ service goldfish-setup /system/etc/init.goldfish.sh
group root
oneshot
+# The qemu-props program is used to set various system
+# properties on boot. It must be run early during the boot
+# process to avoid race conditions with other daemons that
+# might read them (e.g. surface flinger), so define it in
+# class 'core'
+#
+service qemu-props /system/bin/qemu-props
+ class core
+ user root
+ group root
+ oneshot
+
service qemud /system/bin/qemud
socket qemud stream 666
oneshot