Remove duplicated session in systemd unit file

The session 'Service' is duplicated in the docker systemd drop-in.

Change-Id: Ia391052c4376be207ff5e43fb18ddcb5251a0784
This commit is contained in:
Hongbin Lu 2017-07-04 22:27:18 +00:00
parent 1f79d17844
commit 3a078f9768
1 changed files with 0 additions and 2 deletions

View File

@ -101,8 +101,6 @@ EOF
[Service]
ExecStart=
ExecStart=/usr/bin/dockerd --config-file=$docker_config_file
[Service]
Environment="HTTP_PROXY=$http_proxy" "HTTPS_PROXY=$https_proxy" "NO_PROXY=$no_proxy"
EOF
sudo systemctl daemon-reload