| Index: src/platform/init/login.conf
|
| diff --git a/src/platform/init/login.conf b/src/platform/init/login.conf
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8098c4ebfc9b5f026579f32e3e9b664524abdee5
|
| --- /dev/null
|
| +++ b/src/platform/init/login.conf
|
| @@ -0,0 +1,15 @@
|
| +# Copyright (c) 2010 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.
|
| +
|
| +# login
|
| +#
|
| +# Wrap the login event
|
| +start on start-user-session
|
| +task
|
| +
|
| +script
|
| + # used by ACPI events to behave appropriately
|
| + touch /var/run/state/logged-in
|
| + # ui.conf should make our state directory
|
| +end script
|
|
|