From d25e13a2c663766d00f381831cd902d1890003f8 Mon Sep 17 00:00:00 2001 From: Rob Szumski Date: Wed, 4 Jun 2014 13:57:18 -0700 Subject: [PATCH] fix(docs): remove unneeded install section --- Documentation/cloud-config.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/cloud-config.md b/Documentation/cloud-config.md index bbb2d9a..993c103 100644 --- a/Documentation/cloud-config.md +++ b/Documentation/cloud-config.md @@ -150,9 +150,6 @@ coreos: Restart=always ExecStart=/usr/bin/docker start -a redis_server ExecStop=/usr/bin/docker stop -t 2 redis_server - - [Install] - WantedBy=local.target ``` Start the built-in `etcd` and `fleet` services: