Update systemd.markdown (#4185)
Correct spelling of Home Assistant on line 131.
This commit is contained in:
parent
81882e8995
commit
d40dd5e6bb
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ Because the log can scroll quite quickly, you can select to view only the error
|
||||||
$ sudo journalctl -f -u home-assistant@[your user] | grep -i 'error'
|
$ sudo journalctl -f -u home-assistant@[your user] | grep -i 'error'
|
||||||
```
|
```
|
||||||
|
|
||||||
When working on Home Assitant, you can easily restart the system and then watch the log output by combining the above commands using `&&`
|
When working on Home Assistant, you can easily restart the system and then watch the log output by combining the above commands using `&&`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo systemctl restart home-assistant@[your user] && sudo journalctl -f -u home-assistant@[your user]
|
$ sudo systemctl restart home-assistant@[your user] && sudo journalctl -f -u home-assistant@[your user]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue