Changes

From Amahi Wiki
Jump to: navigation, search
1 byte removed ,  04:12, 4 December 2010
* 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>
12,424

edits