Skip to content

Commit adb32c5

Browse files
authored
HASSbian, fix service name in docs.
Fix name of service. Mentioned in home-assistant#2200 by @m4rkireland
1 parent 359496d commit adb32c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_docs/hassbian/upgrading.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ $ sudo apt-get -y upgrade
2424
To update the Home Assistant installation execute the following command as the `pi` user.
2525

2626
```bash
27-
$ sudo systemctl stop homeassistant@homeassistant.service
27+
$ sudo systemctl stop home-assistant@homeassistant.service
2828
$ sudo su -s /bin/bash homeassistant
2929
$ source /srv/homeassistant/bin/activate
3030
$ pip3 install --upgrade homeassistant
3131
$ exit
32-
$ sudo systemctl start homeassistant@homeassistant.service
32+
$ sudo systemctl start home-assistant@homeassistant.service
3333
```
3434

3535
#### {% linkable_title Upgrading the hassbian-scripts %}

0 commit comments

Comments
 (0)