logrotate
logrotate 3.22.0
Rotates and compresses system logs
https://github.com/logrotate/logrotateGNU General Public License v2.0 or later
main program: logrotateprograms: logrotate
Maintainers
Platforms (79)
microblaze-nonei686-genoderiscv32-nonepowerpc-netbsdor1k-nones390-nonemicroblaze-linuxaarch64-uefi
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ logrotate ];
Ad-hoc shell
nix-shell -p logrotate
Flake (nix run)
nix run nixpkgs#logrotate