From 40edfd7d9dd32b4e64c26df4ce49a2e0723bfedb Mon Sep 17 00:00:00 2001 From: Eirik Z <46269073+atxbyea@users.noreply.github.com> Date: Tue, 15 Oct 2019 19:22:40 +0200 Subject: [PATCH] My own notes from running it was wrong (#10799) Verified full procedure from start to finish is working, tested three times in a freenas jail --- source/_docs/installation/freenas.markdown | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/source/_docs/installation/freenas.markdown b/source/_docs/installation/freenas.markdown index 08c2a4109a0..0e854549c12 100644 --- a/source/_docs/installation/freenas.markdown +++ b/source/_docs/installation/freenas.markdown @@ -25,13 +25,6 @@ pip3 install --upgrade pip pip3 install --upgrade virtualenv ``` -Create the configuration directory: - -```bash -mkdir -p /usr/local/homeassistant -chown -R homeassistant:homeassistant /usr/local/homeassistant -``` - Create the installation directory: ```bash @@ -100,7 +93,7 @@ vi /usr/local/etc/rc.d/homeassistant # empty string as this will cause the daemon to run with group wheel. # Default: homeassistant # homeassistant_config_dir: Directory where config files are located. -# Default: /usr/home/homeassistant/.homeassistant +# Default: /home/homeassistant/.homeassistant # homeassistant_install_dir: Directory where Home Assistant is installed. # Default: /usr/local/share/homeassistant # @@ -118,7 +111,7 @@ load_rc_config ${name} : ${homeassistant_enable:="NO"} : ${homeassistant_user:="homeassistant"} : ${homeassistant_group:="homeassistant"} -: ${homeassistant_config_dir:="/usr/home/homeassistant/.homeassistant"} +: ${homeassistant_config_dir:="/home/homeassistant/.homeassistant"} : ${homeassistant_install_dir:="/usr/local/share/homeassistant"} command="/usr/sbin/daemon"