From b714fe0af734cd041a1557562e6f8da43a1c7da2 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 3 Sep 2017 23:37:56 +1200 Subject: [PATCH] added home folder creation as not there by default (#3297) added home folder creation as not there by default --- source/_docs/installation/freenas.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_docs/installation/freenas.markdown b/source/_docs/installation/freenas.markdown index b333f400d2d..acf67bb0b88 100644 --- a/source/_docs/installation/freenas.markdown +++ b/source/_docs/installation/freenas.markdown @@ -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/ & ```