Changes

From Amahi Wiki
Jump to: navigation, search
8 bytes added ,  02:34, 6 February 2011
no edit summary
* Create Web Service daemon (this will allow start/stop for updating VirutalBox versions):
As '''root''' user, create the file '''''/etc/init.d/vboxwebsrv''''' and add the following (ensure you replace ''username'' on line 6 with the same user name as added to the ''vboxusers'' group during VirtualBox install):
{{Text|#! /bin/sh
PATH=/usr/sbin:/usr/bin:/sbin:/bin
DESC="VirtualBox Web Service"
exit 3
;;
esac}}
Set permissions:
{{Code|chmod 755 /etc/init.d/vboxwebsrv}}
12,424

edits