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:
Lokesh Mandvekar 2014-01-29 11:05:11 -05:00
parent f09a78cd21
commit a9d0bbcfc6
1 changed files with 0 additions and 2 deletions

View File

@ -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