* Option 2:
As '''root''' user, create the file /etc/init.d/vboxwebsrv and add the following:
<code>
#! /bin/sh
# PATH should only include /usr/* if it runs after the mountnfs.sh script
{
if [ "$VBPID" != "" ] && [ "$VBPID" -gt 0 ]; then
echo Running with pid $VBPID
else
echo $NAME not running
fi
}
;;
esac
</code>