From cbf499dc8748d2457830bd6e93db9ebba58210b0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 3 Dec 2016 18:59:02 +0100 Subject: [PATCH] Remove download link (#1531) --- source/getting-started/autostart-systemd.markdown | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/source/getting-started/autostart-systemd.markdown b/source/getting-started/autostart-systemd.markdown index 6c264f3733f..4f2aa50f747 100644 --- a/source/getting-started/autostart-systemd.markdown +++ b/source/getting-started/autostart-systemd.markdown @@ -35,13 +35,7 @@ WantedBy=multi-user.target EOF' ``` -There is also another [sample service file](https://raw.githubusercontent.com/home-assistant/home-assistant/master/script/home-assistant%40.service) available. To use this one, just download it. - -```bash -$ sudo wget https://raw.githubusercontent.com/home-assistant/home-assistant/master/script/home-assistant%40.service -O /etc/systemd/system/home-assistant@[your user].service -``` - -If you've setup Home Assistant in virtualenv following the guide the following template should work for you. +If you've setup Home Assistant in `virtualenv` following the guide the following template should work for you. ``` [Unit]