From 1ae7be716eadf6efdc7ee033c83127e975222a76 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 7 Dec 2014 18:35:37 -0800 Subject: [PATCH] docs: docker.service not services Minor but important typo in the new systemd guide introduced in #9347. Signed-off-by: Brandon Philips --- docs/sources/articles/systemd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/articles/systemd.md b/docs/sources/articles/systemd.md index 028185f8df..fc0ee14443 100644 --- a/docs/sources/articles/systemd.md +++ b/docs/sources/articles/systemd.md @@ -38,7 +38,7 @@ or `/etc/systemd/service`. You may want to control the disk space used for Docker images, containers and volumes by moving it to a separate partition. -In this example, we'll assume that your `docker.services` file looks something like: +In this example, we'll assume that your `docker.service` file looks something like: [Unit] Description=Docker Application Container Engine