First installation on a virgin Raspberry

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

First installation on a virgin Raspberry

Post 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.
Since 29-12-2016 I am no longer a moderator for this forum
Post Reply