From a725c719c4eb58c414393a4ebd72dd189cfeaf21 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Wed, 27 Jul 2016 02:02:57 -0400 Subject: [PATCH] Restarting HA (#680) Added in command to restart HA Service. --- .../installation-raspberry-pi-all-in-one.markdown | 6 ++++++ 1 file changed, 6 insertions(+) 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 389f1d1a6ef..e85d9b75d93 100644 --- a/source/getting-started/installation-raspberry-pi-all-in-one.markdown +++ b/source/getting-started/installation-raspberry-pi-all-in-one.markdown @@ -62,6 +62,12 @@ To upgrade with fabric: * Login to Raspberry Pi `ssh pi@your_raspberry_pi_ip` * Change to `cd ~/fabric-home-assistant` * Run `fab upgrade_homeassistant` + +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` + ### {% linkable_title Using the OZWCP web application %}