From d951daa4df2b9984bed846b7569b55dbe59f50b9 Mon Sep 17 00:00:00 2001 From: Alex Harvey Date: Sun, 24 Apr 2016 00:47:15 -0700 Subject: [PATCH] Update autostart-upstart.markdown (#421) Fix url pointing to the old repo. --- source/getting-started/autostart-upstart.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/autostart-upstart.markdown b/source/getting-started/autostart-upstart.markdown index ac778094639..f11daea8cff 100644 --- a/source/getting-started/autostart-upstart.markdown +++ b/source/getting-started/autostart-upstart.markdown @@ -17,7 +17,7 @@ $ ps -p 1 -o comm= If the preceding command returns the string `init`, you are likely using Upstart. -Upstart will launch init scripts that are located in the directory `/etc/init.d/`. A sample init script for systems using Upstart is maintained by this project. +Upstart will launch init scripts that are located in the directory `/etc/init.d/`. A sample init script for systems using Upstart is maintained by this project. To install this script, download it, tweak it to you liking, and install it by following the directions in the header. This script will setup Home Assistant to run when the system boots. To start/stop Home Assistant manually, issue the following commands: