blob: 11d3c70bb2f583d23f58537e1bd5281e9a910116 [file] [log] [blame]
# 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.
description "Initialize system power management settings at boot"
author "chromium-os-dev@chromium.org"
start on starting system-services
env RUN_DIR=/var/run/laptop-mode-tools
pre-start script
if [ ! -d ${RUN_DIR} ]
then
mkdir -p ${RUN_DIR}
fi
touch ${RUN_DIR}/enabled
end script
exec laptop_mode force