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 |