mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
remove ip fowarding from systemd (fixed: commit #3801)
Docker-DCO-1.1-Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com> (github: lsm5)
This commit is contained in:
parent
f09a78cd21
commit
a9d0bbcfc6
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@ Documentation=http://docs.docker.io
|
|||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStartPre=/usr/sbin/sysctl -w net.ipv4.ip_forward=1 net.ipv6.conf.all.forwarding=1
|
||||
ExecStart=/usr/bin/docker -d
|
||||
Restart=on-failure
|
||||
|
||||
|
|
Loading…
Reference in a new issue