blob: 073069a551f37ca753dc6ae3c6688c4ac6d83dd1 [file] [log] [blame] [edit]
# Copyright 2014 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
description "Supplemental session_manager initialization after boot"
author "chromium-os-dev@chromium.org"
# This job forwards machine information to session_manager over DBus.
# The data is used by session_manager eventually, but is not critical to
# starting the UI.
# Machine information needs to be pushed to session_manager every time
# it starts. However, the data may not be available yet. In that case
# this job runs again after ui-collect-machine-info has collected the
# data.
start on login-prompt-visible or stopped ui-collect-machine-info
# The task should complete quickly. Never necessary to be killed.
oom score never
exec /usr/share/cros/init/ui-init-late