diff options
Diffstat (limited to 'app-emulation/virtualbox/files/vboxwebsrv-initd')
-rw-r--r-- | app-emulation/virtualbox/files/vboxwebsrv-initd | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-emulation/virtualbox/files/vboxwebsrv-initd b/app-emulation/virtualbox/files/vboxwebsrv-initd index e736df06e73..d9544962f14 100644 --- a/app-emulation/virtualbox/files/vboxwebsrv-initd +++ b/app-emulation/virtualbox/files/vboxwebsrv-initd @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2011 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,8 +8,6 @@ depend() { } start() { - #checkconfig || return $? - ebegin "Starting VirtualBox WebService" start-stop-daemon --start --quiet --user ${VBOXWEBSRV_USER} --pidfile /var/run/vboxwebsrv.pid \ --background --make-pidfile --exec /usr/bin/vboxwebsrv \ |