0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/logrotate: typo in option name fixed (#307788)

This commit is contained in:
Birk 2024-05-01 20:45:45 +00:00 committed by GitHub
parent 4fa8ffc127
commit 8b35a7cd18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -224,7 +224,7 @@ in
and users are replaced by dummy users), so tests are complemented by a and users are replaced by dummy users), so tests are complemented by a
logrotate-checkconf service that is enabled by default. logrotate-checkconf service that is enabled by default.
This extra check can be disabled by disabling it at the systemd level with the This extra check can be disabled by disabling it at the systemd level with the
{option}`services.systemd.services.logrotate-checkconf.enable` option. {option}`systemd.services.logrotate-checkconf.enable` option.
Conversely there are still things that might make this check fail incorrectly Conversely there are still things that might make this check fail incorrectly
(e.g. a file path where we don't have access to intermediate directories): (e.g. a file path where we don't have access to intermediate directories):