diff --git a/metrics/init/metrics_daemon.conf b/metrics/init/metrics_daemon.conf new file mode 100644 index 000000000..68edff4ad --- /dev/null +++ b/metrics/init/metrics_daemon.conf @@ -0,0 +1,15 @@ +# Copyright (c) 2014 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. + +description "Metrics collection daemon" +author "chromium-os-dev@chromium.org" + +# The metrics daemon is responsible for receiving and forwarding to +# chrome UMA statistics not produced by chrome. +start on starting system-services +stop on stopping system-services +respawn + +expect fork +exec metrics_daemon