Skip to content

Commit

Permalink
Document service start up issue
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzcode committed Nov 19, 2016
1 parent 03527f8 commit 768ab19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ Also see this [bug report](https://github.com/commercialhaskell/stack/issues/209
cd /home/pi/hue-dashboard/
exec .stack-work/dist/arm-linux/Cabal-1.22.5.0/build/hue-dashboard/hue-dashboard 2>&1
```
* Occasionally Hue Dashboard might fail to start after a reboot with the above script. Starting & stopping the service with `sudo svc -u /service/hue-dashboard/` etc. always works. I can only conjecture that Hue Dashboard is being run before the network is fully initialized. Adding a `sleep 5` at the beginning seems to fix this reliably
* On ARM machines Hue Dashboard displays a 'Server' tile, allowing for shutdown and reboot of the Raspberry Pi without using SSH
* This hopefully worked out all fine, be sure to file bug reports with the respective parts of the Haskell ecosystem to make sure it keeps getting easier

Expand Down

0 comments on commit 768ab19

Please sign in to comment.