mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
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
@ -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…
x
Reference in New Issue
Block a user