Changes

From Amahi Wiki
Jump to: navigation, search
10 bytes added ,  04:24, 4 December 2010
* Enable start on Boot
There are two methods to enable automatic start on reboot.
* <u>Option 1 (Cronjob): </u>
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):
whoami
@reboot /usr/bin/vboxwebsrv -b --logfile /dev/null >/dev/null
* <u>Option 2 (Service):</u>
As '''root''' user, create the file '''''/etc/init.d/vboxwebsrv''''' and add the following:
#! /bin/sh
12,424

edits