diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-08-02 22:42:56 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-08-02 22:57:14 -0400 |
| commit | b1c810c812cc57691659a13b75fba2d0620fa70c (patch) | |
| tree | 07f27dd64441aee9949244cef95f727dca1b0f78 | |
| parent | 1e67a44db7ec87617455b3228ee5237ceb037173 (diff) | |
| download | meta-virtualization-b1c810c812cc57691659a13b75fba2d0620fa70c.tar.gz | |
docker: remove stale .service file
We use the systemd service file from within the docker git
repo. Removing the unused recipe space version, since it is
invalid and causes confusion.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | recipes-containers/docker/files/docker.service | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-containers/docker/files/docker.service b/recipes-containers/docker/files/docker.service deleted file mode 100644 index eaa3319f..00000000 --- a/recipes-containers/docker/files/docker.service +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=Docker Application Container Engine | ||
| 3 | Documentation=http://docs.docker.com | ||
| 4 | After=network.target docker.socket | ||
| 5 | Requires=docker.socket | ||
| 6 | |||
| 7 | [Service] | ||
| 8 | ExecStart=/usr/bin/docker daemon -H fd:// --registry-mirror=http://localhost:5000 --insecure-registry=http://localhost:5000 --raw-logs | ||
| 9 | MountFlags=slave | ||
| 10 | LimitNOFILE=1048576 | ||
| 11 | LimitNPROC=1048576 | ||
| 12 | LimitCORE=infinity | ||
| 13 | |||
| 14 | [Install] | ||
| 15 | WantedBy=multi-user.target | ||
