#!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 pidfile="/var/run/VBoxClient-vmsvga.pid" command="/usr/bin/VBoxClient" command_args="--foreground --vmsvga" command_background="true" depend() { need dbus localmount before xdm }