mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 10:56:49 +00:00
added home folder creation as not there by default (#3297)
added home folder creation as not there by default
This commit is contained in:
parent
4e1c04c951
commit
b714fe0af7
@ -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/ &
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user