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

Unified Diff: src/platform/init/update-engine.conf

Issue 2055008: Init: Start Update Engine at startup (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Created 10 years, 7 months 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 | « no previous file | src/platform/update_engine/main.cc » ('j') | src/platform/update_engine/main.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/init/update-engine.conf
diff --git a/src/platform/init/update-engine.conf b/src/platform/init/update-engine.conf
new file mode 100644
index 0000000000000000000000000000000000000000..adb5c9386d63a2e1debe27ef5d755dc7e359c0f1
--- /dev/null
+++ b/src/platform/init/update-engine.conf
@@ -0,0 +1,15 @@
+# Copyright (c) 2010 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 "System software update service"
+# author "chromium-os-dev@googlegroups.com"
+#
+# when dump-boot-stats has run, start up software update check.
+
+start on stopped dump-boot-stats
+stop on starting halt or starting reboot
+
+respawn
+expect fork
+exec /usr/sbin/update_engine
« no previous file with comments | « no previous file | src/platform/update_engine/main.cc » ('j') | src/platform/update_engine/main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698