Restart command should be restart instead of start. (#692)
Restart command used with [systemd](https://wiki.debian.org/systemd) should be **restart** instead of **start**. Reference material can be found at https://wiki.debian.org/systemd .
This commit is contained in:
parent
17f40e754a
commit
5bff9917a8
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ To upgrade with fabric:
|
|||
After upgrading, you can restart Home Assistant a few different ways:
|
||||
|
||||
* Restarting the Raspberry Pi `sudo reboot`
|
||||
* Restarting the Home-Assistant Service `sudo systemctl start home-assistant.service`
|
||||
* Restarting the Home-Assistant Service `sudo systemctl restart home-assistant.service`
|
||||
|
||||
|
||||
### {% linkable_title Using the OZWCP web application %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue