OLD | NEW |
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. | 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # description "Factory installer service" | 5 # description "Factory installer service" |
6 # author "chromium-os-dev@googlegroups.com" | 6 # author "chromium-os-dev@googlegroups.com" |
7 # | 7 # |
8 # when dump-boot-stats has run, start up factory installer. | 8 # when dump-boot-stats has run, start up factory installer. |
9 | 9 |
10 start on stopped dump-boot-stats | 10 start on started udev |
11 | |
12 respawn | |
13 | 11 |
14 exec /usr/sbin/factory_install.sh | 12 exec /usr/sbin/factory_install.sh |
OLD | NEW |