chrony: Create state directory with correct owner.

Fixes https://github.com/NixOS/nixpkgs/issues/97546
This commit is contained in:
Kevin Cox
2020-09-09 15:48:48 -04:00
parent 63e1162357
commit 57b9d5c144

View File

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