mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
docker: fix socket activation race
This commit is contained in:
parent
b3616bd964
commit
9360e789c6
@ -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 New Issue
Block a user