Skip to content

Commit 5bff991

Browse files
Landrashfabaff
authored andcommitted
Restart command should be restart instead of start. (home-assistant#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 .
1 parent 17f40e7 commit 5bff991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/getting-started/installation-raspberry-pi-all-in-one.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To upgrade with fabric:
6666
After upgrading, you can restart Home Assistant a few different ways:
6767

6868
* Restarting the Raspberry Pi `sudo reboot`
69-
* Restarting the Home-Assistant Service `sudo systemctl start home-assistant.service`
69+
* Restarting the Home-Assistant Service `sudo systemctl restart home-assistant.service`
7070

7171

7272
### {% linkable_title Using the OZWCP web application %}

0 commit comments

Comments
 (0)