Index: src/platform/init/metrics_daemon.conf |
diff --git a/src/platform/init/metrics_daemon.conf b/src/platform/init/metrics_daemon.conf |
new file mode 100644 |
index 0000000000000000000000000000000000000000..612746aacce13f6aa053d558cadfbd673e5099dd |
--- /dev/null |
+++ b/src/platform/init/metrics_daemon.conf |
@@ -0,0 +1,12 @@ |
+# Copyright (c) 2009 The Chromium OS Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+# metrics_daemon |
+ |
+# We'd like to catch the early network stats. |
+start on started connman |
+ |
+respawn |
+expect fork |
+exec /usr/bin/metrics_daemon |