Search found 1 match

by zzaal
Tuesday 23 April 2019 18:45
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Raspberry second boot after 1 Minute
Replies: 7
Views: 1830

Re: Raspberry second boot after 1 Minute

Hi I have the same problem I decided it so edit the file: etc/rc.local add two lines to the end of the file sleep 20 sudo service domoticz.sh restart where: sleep 20 -delay in seconds it starts Domoticz again after 20 sec. here is an example of the finished file: #!/bin/sh -e # # rc.local # # This ...