Changes

From Amahi Wiki
Jump to: navigation, search
7 bytes added ,  04:25, 4 December 2010
* Enable start on Boot
There are two methods to enable automatic start on reboot.<br />
 
<u>Option 1 (Cronjob):</u><br />
Exit '''root''' user and edit crontab for your user (''whoami'' will display the current user name and must match the one in the previous step):
@reboot /usr/bin/vboxwebsrv -b --logfile /dev/null >/dev/null
<u>Option 2 (Service):</u><br />
As '''root''' user, create the file '''''/etc/init.d/vboxwebsrv''''' and add the following:
#! /bin/sh
12,424

edits