This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# 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. | |
# Set up to start the X server ASAP, then let the startup run in the | |
# background while we set up other stuff. | |
XAUTH_FILE="/var/run/chromelogin.auth" | |
MCOOKIE=$(head -c 8 /dev/urandom | openssl md5) # speed this up? |