# # Copyright (C) 2013 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # description "Perform connection-manager-specific session setup tasks." author "chromium-os-dev@chromium.org" # We're a task to ensure that the connection manager is ready to continue # before session manager calls this step done. start on start-user-session task # CHROMEOS_USER is an upstart-provided variable setting passed from # session_manager via the 'start-user-session' event. exec shill_login_user ${CHROMEOS_USER}