chrony: Create state directory with correct owner.
Fixes https://github.com/NixOS/nixpkgs/issues/97546
This commit is contained in:
parent
63e1162357
commit
57b9d5c144
1 changed files with 0 additions and 1 deletions
|
@ -117,7 +117,6 @@ in
|
||||||
ProtectHome = "yes";
|
ProtectHome = "yes";
|
||||||
ProtectSystem = "full";
|
ProtectSystem = "full";
|
||||||
PrivateTmp = "yes";
|
PrivateTmp = "yes";
|
||||||
StateDirectory = "chrony";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue