Skip to content

Commit d53043e

Browse files
authored
Fix typos in [email protected] (#561)
1 parent e9f92eb commit d53043e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init/[email protected]

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Source: https://github.com/kylemanna/docker-openvpn
66
#
77
# This service aims to make the update and invocation of the docker-openvpn
8-
# container seemless. It automatically downloads the latest docker-openvpn
8+
# container seamless. It automatically downloads the latest docker-openvpn
99
# image and instantiates a Docker container with that image. At shutdown it
1010
# cleans-up the old container.
1111
#
@@ -59,7 +59,7 @@ ExecStartPre=-/usr/bin/docker rm -f $NAME
5959
ExecStartPre=-/usr/bin/docker pull $IMG
6060

6161
# IPv6: Ensure forwarding is enabled on host's networking stack (hacky)
62-
# Would be nice to use systemd-network on the host, but this doens't work
62+
# Would be nice to use systemd-network on the host, but this doesn't work
6363
# http://lists.freedesktop.org/archives/systemd-devel/2015-June/032762.html
6464
ExecStartPre=/bin/sh -c 'test -z "$IP6_PREFIX" && exit 0; sysctl net.ipv6.conf.all.forwarding=1'
6565

0 commit comments

Comments
 (0)