summaryrefslogtreecommitdiff
path: root/user/virtualbox-guest-additions/virtualbox-drm-client.initd
blob: 894f272b3a0001823b11252b95e69de23cb14dbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/sbin/openrc-run
# Distributed under the terms of the GNU General Public License v2
# $Id$

description="VirtualBox graphical integration service"

command="/usr/sbin/VBoxDRMClient"
output_log="/var/log/VBoxDRMClient.log"
error_log="/var/log/VBoxDRMClient.log"
pidfile="/var/run/virtualbox-drm-client.pid"
command_background="yes"