From 4d092723fbbc12c7a96f8dadcc474e11a1d6fc4c Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Mon, 10 Apr 2017 18:22:56 +0200 Subject: [PATCH] Review feedback --- site/ami.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/ami.md b/site/ami.md index d95541e02..66b5dd37d 100644 --- a/site/ami.md +++ b/site/ami.md @@ -127,7 +127,7 @@ There are two methods for running `Weave Scope` within the Weave ECS AMIs: * [Standalone mode](#running-weave-scope-in-standalone-mode) * [In Weave Cloud](#running-weave-scope-in-weave-cloud) -You can prevent Weave Scope from automatically starting at boot time by removing `/etc/init/scope`. +You can prevent Weave Scope from automatically starting at boot time by removing  `/etc/init/scope.conf`. This can be done at instance initialization time adding the following line to the @@ -135,7 +135,7 @@ the of the instance. ~~~bash -rm /etc/init/scope +rm /etc/init/scope.conf ~~~ ### Running `Weave Scope` in Standalone Mode