Merge pull request #111583 from mikroskeem/more-docker-fixes

docker: fix socket activation race
This commit is contained in:
Robert Hensing
2021-02-01 19:13:38 +01:00
committed by GitHub

View File

@@ -157,6 +157,7 @@ in
systemd.services.docker = {
wantedBy = optional cfg.enableOnBoot "multi-user.target";
requires = [ "docker.socket" ];
environment = proxy_env;
serviceConfig = {
Type = "notify";