blob: 06ca84d9f421eadb8bced555a5d7506468b0afcb [file] [log] [blame]
# Copyright 2015 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 boot has finished, start up factory installer.
start on started system-services
script
exec factory_install_service.sh
end script