initial commit of file from CVS for smeserver-virtualbox
This commit is contained in:
14
root/etc/e-smith/templates/etc/default/virtualbox/virtualbox
Normal file
14
root/etc/e-smith/templates/etc/default/virtualbox/virtualbox
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
$vboxwebuser = (${'vboxweb-service'}{'user'} || 'vbox');
|
||||
$vboxwebaccess = (${'vboxweb-service'}{'access'} || 127.0.0.1);
|
||||
$vboxwebTCPPort = (${'vboxweb-service'}{'TCPPort'} || 18083);
|
||||
|
||||
$OUT .=<<_VBOX
|
||||
VBOXWEB_USER=$vboxwebuser
|
||||
VBOXWEB_HOST=$vboxwebaccess
|
||||
VBOXWEB_PORT=$vboxwebTCPPort
|
||||
VBOXWEB_LOGFILE=/var/log/virtualbox/vboxweb.log
|
||||
INSTALL_DIR=/usr/lib/virtualbox
|
||||
_VBOX
|
||||
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
$DB->hosts_allow_spec('vboxweb-service');
|
||||
}
|
@@ -0,0 +1,2 @@
|
||||
[Service]
|
||||
ExecStartPre=/usr/lib/virtualbox/fix_vboxdrv_kernel_module.sh
|
@@ -0,0 +1,2 @@
|
||||
[Install]
|
||||
WantedBy=sme-server.target
|
@@ -0,0 +1,2 @@
|
||||
[Install]
|
||||
WantedBy=sme-server.target
|
Reference in New Issue
Block a user