summaryrefslogtreecommitdiff
blob: 45699ef72f0619b4db24502b3dbde06ca457521c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Local or remote virtualbox hosts must be compiled with
'vboxwebsrv' useflag and the respective init script
must be running to use this interface:
/etc/init.d/vboxwebsrv start

To enable the automatic startup mode feature uncomment the
following line in the config.php file:
var $startStopConfig = true;

You should also add the /etc/init.d/vboxinit-@@SLOT@@ script to the
default runlevel on the virtualbox host:
`rc-update add vboxinit-@@SLOT@@ default`
If the server is on a remote host, than the script must be
copied manually from
@@FILESDIR@@/vboxinit-initd to
/etc/init.d/vboxinit on the remote host.