summaryrefslogtreecommitdiff
path: root/board/link/userspace/etc/init/ec.conf
blob: 738cb8b2b8c1524beb78619dedffc1505b570390 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (c) 2012 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    "Overrides lightbar params to tweak appearance"
author         "chromium-os-dev@chromium.org"

start on startup

script
  PARAMS=/usr/share/ec/lightbar_params.txt
  [ -f "$PARAMS" ] && ectool lightbar params "$PARAMS" >/dev/null 2>&1
end script