mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update systemd.markdown (#4185)
Correct spelling of Home Assistant on line 131.
This commit is contained in:
parent
81882e8995
commit
d40dd5e6bb
@ -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…
x
Reference in New Issue
Block a user