From d53043e401a6c0b0c20d39066ad2b1aaf8e4d251 Mon Sep 17 00:00:00 2001 From: Bohdan Maksymenko <9639227+bmaximenko@users.noreply.github.com> Date: Fri, 20 Mar 2020 19:34:33 +0200 Subject: [PATCH] Fix typos in docker-openvpn@.service (#561) --- init/docker-openvpn@.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init/docker-openvpn@.service b/init/docker-openvpn@.service index fac90dd4..5385b135 100644 --- a/init/docker-openvpn@.service +++ b/init/docker-openvpn@.service @@ -5,7 +5,7 @@ # Source: https://github.com/kylemanna/docker-openvpn # # This service aims to make the update and invocation of the docker-openvpn -# container seemless. It automatically downloads the latest docker-openvpn +# container seamless. It automatically downloads the latest docker-openvpn # image and instantiates a Docker container with that image. At shutdown it # cleans-up the old container. # @@ -59,7 +59,7 @@ ExecStartPre=-/usr/bin/docker rm -f $NAME ExecStartPre=-/usr/bin/docker pull $IMG # IPv6: Ensure forwarding is enabled on host's networking stack (hacky) -# Would be nice to use systemd-network on the host, but this doens't work +# Would be nice to use systemd-network on the host, but this doesn't work # http://lists.freedesktop.org/archives/systemd-devel/2015-June/032762.html ExecStartPre=/bin/sh -c 'test -z "$IP6_PREFIX" && exit 0; sysctl net.ipv6.conf.all.forwarding=1'