Index: src/platform/factory_installer/factory_ui.conf |
diff --git a/src/platform/factory_installer/factory_ui.conf b/src/platform/factory_installer/factory_ui.conf |
new file mode 100644 |
index 0000000000000000000000000000000000000000..486da590eb615e6b713f56cbbe3a9f66d6e8b2e7 |
--- /dev/null |
+++ b/src/platform/factory_installer/factory_ui.conf |
@@ -0,0 +1,12 @@ |
+# 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 "Factory installer service" |
+# author "chromium-os-dev@googlegroups.com" |
+# |
+# when dump-boot-stats has run, start up factory installer. |
+ |
+start on started factory_install |
+ |
+exec tail -F /var/log/softwareupdate.log > /dev/tty1 |