docker systemd file: type->notify, docs->https

This minimizes the changes we make to the official Docker systemd file.
This commit is contained in:
Justin Santa Barbara 2016-03-02 10:21:59 -05:00
parent 29eb6020fb
commit d074b5ba13

View File

@ -1,10 +1,11 @@
[Unit]
Description=Docker Application Container Engine
Documentation=http://docs.docker.com
Documentation=https://docs.docker.com
After=network.target docker.socket
Requires=docker.socket
[Service]
Type=notify
EnvironmentFile={{ environment_file }}
ExecStart=/usr/bin/docker daemon -H fd:// "$DOCKER_OPTS"
MountFlags=slave
@ -17,4 +18,3 @@ StartLimitInterval=0
[Install]
WantedBy=multi-user.target