Show correct command to start the service (#522)
This commit is contained in:
parent
b6c5fcb273
commit
3fd4527f5e
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ $ sudo systemctl enable home-assistant@[your user]
|
||||||
$ sudo systemctl start home-assistant@[your user]
|
$ sudo systemctl start home-assistant@[your user]
|
||||||
```
|
```
|
||||||
|
|
||||||
If everything went well, `sudo systemctl start home-assistant` should give you a positive feedback.
|
If everything went well, `sudo systemctl start home-assistant@[your user]` should give you a positive feedback.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo systemctl status home-assistant@[your user] -l
|
$ sudo systemctl status home-assistant@[your user] -l
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue