Update systemd.markdown (#4185)

Correct spelling of Home Assistant on line 131.
This commit is contained in:
Jeremy 2017-12-11 04:04:38 -05:00 committed by Fabian Affolter
parent 81882e8995
commit d40dd5e6bb

View File

@ -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]