rng-tools: Add description, remove unused parameter

* Add description to both Makefile and init script that
  mentions the default of /dev/urandom as the entropy source.
* Remove the deprecated interval parameter from init script.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
Hannu Nyman
2016-09-22 14:25:34 +03:00
parent 54e4a971f7
commit e77de68fbe
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -3,9 +3,9 @@
START=98
RNGD_INTERVAL=30
RNGD_AMOUNT=4000
RNGD_DEVICE="/dev/urandom"
# Use /dev/urandom as source, as hardware sources like /dev/hwrng are usually not present
start() {
service_start /sbin/rngd -r $RNGD_DEVICE -W $RNGD_AMOUNT