From 9ee9e219a619d5899f07101b012d70be869b1a4e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 13 Mar 2016 09:54:14 +0100 Subject: [PATCH] Remove blank lines --- source/getting-started/autostart.markdown | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/getting-started/autostart.markdown b/source/getting-started/autostart.markdown index bbfd4cea6ec..000ed53c2c7 100644 --- a/source/getting-started/autostart.markdown +++ b/source/getting-started/autostart.markdown @@ -72,7 +72,6 @@ User=pi [Install] WantedBy=multi-user.target EOF' - ``` You need to reload systemd to make the daemon aware of the new configuration. Enable and launch Home Assistant after that. @@ -82,7 +81,6 @@ You need to reload systemd to make the daemon aware of the new configuration. En $ sudo systemctl --system daemon-reload $ sudo systemctl enable home-assistant $ sudo systemctl start home-assistant - ``` If everything went well, `sudo systemctl start home-assistant` should give you a positive feedback. @@ -97,7 +95,6 @@ $ sudo systemctl status home-assistant -l CGroup: /system.slice/home-assistant.service └─8557 /usr/bin/python3.4 -m homeassistant [...] - ``` To get Home Assistant's logging output, simple use `journalctl`.