chrony: Create state directory with correct owner.
Fixes https://github.com/NixOS/nixpkgs/issues/97546
This commit is contained in:
parent
63e1162357
commit
57b9d5c144
@ -117,7 +117,6 @@ in
|
|||||||
ProtectHome = "yes";
|
ProtectHome = "yes";
|
||||||
ProtectSystem = "full";
|
ProtectSystem = "full";
|
||||||
PrivateTmp = "yes";
|
PrivateTmp = "yes";
|
||||||
StateDirectory = "chrony";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user