docker: fix socket activation race
This commit is contained in:
parent
b3616bd964
commit
9360e789c6
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ in
|
|||
|
||||
systemd.services.docker = {
|
||||
wantedBy = optional cfg.enableOnBoot "multi-user.target";
|
||||
requires = [ "docker.socket" ];
|
||||
environment = proxy_env;
|
||||
serviceConfig = {
|
||||
Type = "notify";
|
||||
|
|
Loading…
Reference in a new issue