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 ccf672ca6b055e5e862e45b65d122754c16cf7d1)
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" =