modified: contrib/init/systemd/docker.service
renamed: contrib/init/systemd/socket-activation/docker.socket -> contrib/init/systemd/docker.socket
deleted: contrib/init/systemd/socket-activation/docker.service
Docker-DCO-1.1-Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org> (github: lsm5)
| 0 | 11 |
deleted file mode 100644 |
| ... | ... |
@@ -1,13 +0,0 @@ |
| 1 |
-[Unit] |
|
| 2 |
-Description=Docker Application Container Engine |
|
| 3 |
-Documentation=http://docs.docker.com |
|
| 4 |
-After=network.target |
|
| 5 |
- |
|
| 6 |
-[Service] |
|
| 7 |
-ExecStart=/usr/bin/docker -d -H fd:// |
|
| 8 |
-Restart=on-failure |
|
| 9 |
-LimitNOFILE=1048576 |
|
| 10 |
-LimitNPROC=1048576 |
|
| 11 |
- |
|
| 12 |
-[Install] |
|
| 13 |
-WantedBy=multi-user.target |