Site updated at 2017-12-11 09:45:32 UTC
This commit is contained in:
parent
442239f4b5
commit
034025b9da
27 changed files with 83 additions and 71 deletions
|
@ -170,7 +170,7 @@ WantedBy=multi-user.target
|
|||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo journalctl -f -u home-assistant@[your user] | grep -i <span class="s1">'error'</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>When working on Home Assitant, you can easily restart the system and then watch the log output by combining the above commands using <code class="highlighter-rouge">&&</code></p>
|
||||
<p>When working on Home Assistant, you can easily restart the system and then watch the log output by combining the above commands using <code class="highlighter-rouge">&&</code></p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo systemctl restart home-assistant@[your user] <span class="o">&&</span> sudo journalctl -f -u home-assistant@[your user]
|
||||
</code></pre>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue