Chromium Code Reviews| Index: src/platform/init/logout.conf |
| diff --git a/src/platform/init/logout.conf b/src/platform/init/logout.conf |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..3d19a0b4f5a5a825ca57fe5856f2e7faea08e572 |
| --- /dev/null |
| +++ b/src/platform/init/logout.conf |
| @@ -0,0 +1,14 @@ |
| +# 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. |
| + |
| +# logout |
| +# |
| +# Wrap the logout event |
| +start on stopped ui |
| +task |
| + |
| +script |
| + # Indicate that we're no longer logged in |
| + rm -f /var/run/state/logged-in |
| +end script |