Skip to content

Commit

Permalink
sysstat: add iostat as mainProgram
Browse files Browse the repository at this point in the history
  • Loading branch information
hensoko committed Oct 25, 2024
1 parent 7dd85f0 commit 6800d62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/sysstat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
patches = [ ./install.patch ];

meta = {
mainProgram = "iostat";
homepage = "http://sebastien.godard.pagesperso-orange.fr/";
description = "Collection of performance monitoring tools for Linux (such as sar, iostat and pidstat)";
license = lib.licenses.gpl2Plus;
Expand Down

0 comments on commit 6800d62

Please sign in to comment.