blob: 5e1e0e167e416f67513adca6c1b04da5a0e717a9 [file] [log] [blame]
Bertrand SIMONNET70f4d962014-02-21 11:04:54 -08001# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5description "Perform connection-manager-specific session setup tasks."
6author "chromium-os-dev@chromium.org"
7
8# We're a task to ensure that the connection manager is ready to continue
9# before session manager calls this step done.
10start on start-user-session
11task
12
13# CHROMEOS_USER is an upstart-provided variable setting passed from
14# session_manager via the 'start-user-session' event.
15exec shill_login_user ${CHROMEOS_USER}
16