blob: 98312713ac8fd8e499e4b5e88cc47719d90a355a [file] [log] [blame]
# Copyright 2018 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 "Perform connection-manager-specific session setup tasks."
author "chromium-os-dev@chromium.org"
start on load-shill-profile
# NB: session manager does not wait for this task to complete.
task
# CHROMEOS_USER is an upstart-provided variable setting passed from
# session_manager via the 'load-shill-profile' signal.
import CHROMEOS_USER
exec shill_login_user ${CHROMEOS_USER}