added home folder creation as not there by default (#3297)

added home folder creation as not there by default
This commit is contained in:
John 2017-09-03 23:37:56 +12:00 committed by Fabian Affolter
parent 4e1c04c951
commit b714fe0af7

View File

@ -31,6 +31,11 @@ Install Home Assistant itself.
Create an `/etc/rc.local` file to enable Home Assistant to start when the jail starts. The command in `/etc/rc.local` can also be run in a terminal session but Home Assistant will exit when that session is closed.
```bash
# cd / && mkdir /home && /home/.homeassistant/
```
```bash
# /usr/local/bin/hass --open-ui --config /home/.homeassistant/ &
```