Merge pull request #49778 from gebner/rngd-version
nixos/rngd: do not pass --version flag
This commit is contained in:
commit
57dd484333
@ -29,7 +29,7 @@ with lib;
|
|||||||
|
|
||||||
description = "Hardware RNG Entropy Gatherer Daemon";
|
description = "Hardware RNG Entropy Gatherer Daemon";
|
||||||
|
|
||||||
serviceConfig.ExecStart = "${pkgs.rng-tools}/sbin/rngd -f -v";
|
serviceConfig.ExecStart = "${pkgs.rng-tools}/sbin/rngd -f";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user