| # 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 /var/run/chromelogin.auth \ | |
| -display WAIT:0 \ | |
| -localhost \ | |
| -reopen \ | |
| -forever \ | |
| -o /var/log/x11vnc.log |