blob: a5f2fd66bbf9d40aab46274ace1c8c357e3bf5a6 [file] [log] [blame]
# 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 "Disable ECHO on tty1"
author "chromium-os-dev@chromium.org"
start on startup
stop on x-started
# Disable echo on /dev/tty1 so we don't get artifacts over the splash
# screen
script
disable_echo
end script