From 7007c49d3427912783d4c58281f9abb955857bf5 Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Wed, 12 Aug 2015 22:04:01 +0200 Subject: [PATCH] Reverted docker service restart command to use systemctl directly. --- docs/ipv6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ipv6.md b/docs/ipv6.md index f2c6443..2fdfb1f 100644 --- a/docs/ipv6.md +++ b/docs/ipv6.md @@ -44,7 +44,7 @@ Append the `--ipv6` argument to the `DOCKER_OPTS` variable in: Reload the daemon and restart docker so that it takes affect: - service docker restart + systemctl restart docker.service ### Step 3 — Setup the systemd Unit File