mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
0f26195a8d
And remove the WantedBy directive. See: https://bugs.archlinux.org/task/41338 Docker-DCO-1.1-Signed-off-by: Sébastien Luttringer <seblu@seblu.net> (github: seblu)
14 lines
287 B
Desktop File
14 lines
287 B
Desktop File
[Unit]
|
|
Description=Docker Application Container Engine
|
|
Documentation=http://docs.docker.com
|
|
After=network.target docker.socket
|
|
Requires=docker.socket
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/docker -d -H fd://
|
|
Restart=on-failure
|
|
LimitNOFILE=1048576
|
|
LimitNPROC=1048576
|
|
|
|
[Install]
|
|
Also=docker.socket
|