Skip to content

Commit 3fd4527

Browse files
darookeefabaff
authored andcommitted
Show correct command to start the service (home-assistant#522)
1 parent b6c5fcb commit 3fd4527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/getting-started/autostart-systemd.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $ sudo systemctl enable home-assistant@[your user]
4949
$ sudo systemctl start home-assistant@[your user]
5050
```
5151

52-
If everything went well, `sudo systemctl start home-assistant` should give you a positive feedback.
52+
If everything went well, `sudo systemctl start home-assistant@[your user]` should give you a positive feedback.
5353

5454
```bash
5555
$ sudo systemctl status home-assistant@[your user] -l

0 commit comments

Comments
 (0)