mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
eff5e6498f
With content addressability update starting upgraded daemon for the first time can take a long time if graph dir was not prepared with a migration tool before. This avoids systemd timeouts while the migration is taking place. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
17 lines
347 B
Desktop File
17 lines
347 B
Desktop File
[Unit]
|
|
Description=Docker Application Container Engine
|
|
Documentation=https://docs.docker.com
|
|
After=network.target docker.socket
|
|
Requires=docker.socket
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/bin/docker daemon -H fd://
|
|
MountFlags=slave
|
|
LimitNOFILE=1048576
|
|
LimitNPROC=1048576
|
|
LimitCORE=infinity
|
|
TimeoutStartSec=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|