0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

Restart keys.target on reconfiguration

This commit is contained in:
Shea Levy 2014-02-26 13:35:04 -05:00
parent 69b6b939ef
commit 32470621d5

View file

@ -649,6 +649,7 @@ in
systemd.targets.keys =
{ description = "Security Keys";
unitConfig.X-StopOnReconfiguration = true;
};
systemd.units =