Merge pull request #97592 from NixOS/kevincox-chrony-state

chrony: Create state directory with correct owner.
This commit is contained in:
Kevin Cox
2020-09-10 09:49:55 -04:00
committed by GitHub

View File

@@ -117,7 +117,6 @@ in
ProtectHome = "yes";
ProtectSystem = "full";
PrivateTmp = "yes";
StateDirectory = "chrony";
};
};