Skip to content

Commit

Permalink
Merge pull request #49778 from gebner/rngd-version
Browse files Browse the repository at this point in the history
nixos/rngd: do not pass --version flag
  • Loading branch information
gebner committed Nov 5, 2018
2 parents 3111235 + 20078fd commit 57dd484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/security/rngd.nix
Expand Up @@ -29,7 +29,7 @@ with lib;

description = "Hardware RNG Entropy Gatherer Daemon";

serviceConfig.ExecStart = "${pkgs.rng-tools}/sbin/rngd -f -v";
serviceConfig.ExecStart = "${pkgs.rng-tools}/sbin/rngd -f";
};
};
}

0 comments on commit 57dd484

Please sign in to comment.