Specify a user for the art_boot service

init complains:
 E init    : /apex/com.android.art/etc/init.rc: 26: No user specified for service 'art_boot'. Defaults to root.

Change Icb0ff95e341a23cf452cfb803fb43f5f46ef316e should not have removed
the 'user' directive. No functional change, but this silences the error.

Test: Boot AOSP and check logcat for the error
Change-Id: I3b44bd5454d878f16509782514c106ff9fd9ceaa
diff --git a/build/apex/art.rc b/build/apex/art.rc
index 563ee97..6afa446 100644
--- a/build/apex/art.rc
+++ b/build/apex/art.rc
@@ -27,3 +27,4 @@
     disabled  # Started explicitly from system/core/rootdir/init.rc
     oneshot
     class core
+    user root