mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-05 15:22:36 +03:00
Merge pull request #97592 from NixOS/kevincox-chrony-state
chrony: Create state directory with correct owner.
This commit is contained in:
commit
91032af924
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…
Add table
Add a link
Reference in a new issue