3
0
Fork 0
forked from mirrors/nixpkgs

Revert restartIfChanged on fetch-ec2-data, as it breaks deployments that set ec2.metadata = true, as the existing (default) blackhole will not be cleared.

(cherry picked from commit ccf672ca6b)
This commit is contained in:
Rob Vermaas 2015-05-07 08:50:47 +00:00
parent 10bb715c07
commit 650d3f8fc4

View file

@ -79,8 +79,6 @@ with lib;
serviceConfig.Type = "oneshot";
serviceConfig.RemainAfterExit = true;
restartIfChanged = false;
};
systemd.services."print-host-key" =