Site updated at 2017-04-08 19:37:01 UTC

This commit is contained in:
Travis CI 2017-04-08 19:37:01 +00:00
parent a5496d5862
commit 0b450989d5
24 changed files with 38 additions and 38 deletions

View file

@ -131,7 +131,7 @@ To get the current state of the <code class="highlighter-rouge">homeassistant.se
<li>Change directory to the Home Assistant configuration directory.</li>
<li>Open the log file in the nano editor.</li>
</ul>
<p>Optionaly, you can also view the log with <code class="highlighter-rouge">journalctl</code>.
<p>Optionally, you can also view the log with <code class="highlighter-rouge">journalctl</code>.
Log in as the <code class="highlighter-rouge">pi</code> account and execute the following commands:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo journalctl -fu home-assistant@homeassistant.service
</code></pre>