mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Disable timeout for systemd
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>
This commit is contained in:
parent
94d5459a0c
commit
eff5e6498f
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ MountFlags=slave
|
||||||
LimitNOFILE=1048576
|
LimitNOFILE=1048576
|
||||||
LimitNPROC=1048576
|
LimitNPROC=1048576
|
||||||
LimitCORE=infinity
|
LimitCORE=infinity
|
||||||
|
TimeoutStartSec=0
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue