blob: d5852bae60aef0d3629a2c87828df282f9bb598e [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 "Start x11vnc to allow tunneled VNC connections"
author "chromium-os-dev@chromium.org"
start on starting failsafe
stop on stopping failsafe
respawn
exec /usr/local/bin/x11vnc -auth /run/chromelogin.auth \
-display WAIT:0 \
-localhost \
-reopen \
-forever \
-o /var/log/x11vnc.log