Page 1 of 1

First installation on a virgin Raspberry

Posted: 30 Oct 2014 11:41
by pz1
On the RaZberry download site there is a fully installed image that the user can copy to a SD card:

Code: Select all

http://razberry.z-wave.me/z-way-server/razberry.img.zip
This disk image happens to have OpenRemote plus Java 8 installed.

Openremote does start automatically, which is taking system resources. Not everybody will need this.

The automatic start-up file is located in /etc/init.d/openremote. To prevent this from happening place a # sign in front of the start command in that file as shown below

Code: Select all

            #$OPENREMOTE_HOME/openremote.sh start
I think it would be good if at the next update of the "base image" the start command is blocked by default.