From 5bff9917a8d211f99004b7066f24bbab0b5ec8eb Mon Sep 17 00:00:00 2001 From: Landrash Date: Wed, 27 Jul 2016 23:31:24 +0200 Subject: [PATCH] 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 . --- .../installation-raspberry-pi-all-in-one.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/installation-raspberry-pi-all-in-one.markdown b/source/getting-started/installation-raspberry-pi-all-in-one.markdown index e85d9b75d93..b52a179c895 100644 --- a/source/getting-started/installation-raspberry-pi-all-in-one.markdown +++ b/source/getting-started/installation-raspberry-pi-all-in-one.markdown @@ -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 %}