Site updated at 2017-10-23 09:01:43 UTC

This commit is contained in:
Travis CI 2017-10-23 09:01:43 +00:00
parent 0d7544657e
commit cbae8bc97b
29 changed files with 71 additions and 69 deletions

View file

@ -96,11 +96,11 @@ stop on runlevel <span class="o">[</span>06]
</code></pre>
</div>
<p>Register the autostart</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>ln -s homeassistant-conf /etc/init/homeassistant-conf
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>ln -s homeassistant.conf /etc/init/homeassistant.conf
</code></pre>
</div>
<p>Make the relevant files executable:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>chmod -r 777 /etc/init/homeassistant-conf
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>chmod -r 777 /etc/init/homeassistant.conf
</code></pre>
</div>
<p>Thats it - reboot your NAS and Home Assistant should automatically start</p>