From 3fd4527f5e7b2d93fcc111bf0862df39d282bc7b Mon Sep 17 00:00:00 2001 From: Nils Uliczka Date: Wed, 1 Jun 2016 16:03:19 +0200 Subject: [PATCH] Show correct command to start the service (#522) --- source/getting-started/autostart-systemd.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/autostart-systemd.markdown b/source/getting-started/autostart-systemd.markdown index 0b63caa1b28..bb3a21f36d1 100644 --- a/source/getting-started/autostart-systemd.markdown +++ b/source/getting-started/autostart-systemd.markdown @@ -49,7 +49,7 @@ $ sudo systemctl enable 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 $ sudo systemctl status home-assistant@[your user] -l