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:
Landrash 2016-07-27 23:31:24 +02:00 committed by Fabian Affolter
parent 17f40e754a
commit 5bff9917a8

View File

@ -66,7 +66,7 @@ To upgrade with fabric:
After upgrading, you can restart Home Assistant a few different ways: After upgrading, you can restart Home Assistant a few different ways:
* Restarting the Raspberry Pi `sudo reboot` * 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 %} ### {% linkable_title Using the OZWCP web application %}