From adb32c52a114a690586570caefd0297ba152638f Mon Sep 17 00:00:00 2001 From: Fredrik Lindqvist Date: Sun, 5 Mar 2017 20:52:35 +0100 Subject: [PATCH] HASSbian, fix service name in docs. Fix name of service. Mentioned in https://github.com/home-assistant/home-assistant.github.io/issues/2200 by @m4rkireland --- source/_docs/hassbian/upgrading.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/hassbian/upgrading.markdown b/source/_docs/hassbian/upgrading.markdown index 887386d49df..690d4c5291a 100644 --- a/source/_docs/hassbian/upgrading.markdown +++ b/source/_docs/hassbian/upgrading.markdown @@ -24,12 +24,12 @@ $ sudo apt-get -y upgrade To update the Home Assistant installation execute the following command as the `pi` user. ```bash -$ sudo systemctl stop homeassistant@homeassistant.service +$ sudo systemctl stop home-assistant@homeassistant.service $ sudo su -s /bin/bash homeassistant $ source /srv/homeassistant/bin/activate $ pip3 install --upgrade homeassistant $ exit -$ sudo systemctl start homeassistant@homeassistant.service +$ sudo systemctl start home-assistant@homeassistant.service ``` #### {% linkable_title Upgrading the hassbian-scripts %}