Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(715)

Unified Diff: src/platform/init/metrics_daemon.conf

Issue 500117: Daemonize (fork()) and install metrics_daemon in the image for execution. (Closed)
Patch Set: rename do_fork to run_as_daemon Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/platform/init/debian/rules ('k') | src/platform/metrics_daemon/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/platform/init/debian/rules ('k') | src/platform/metrics_daemon/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698