]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/entropykey/files/ekeyd-egd-linux
ekeyd: Raise retry time
[dsa-puppet.git] / modules / entropykey / files / ekeyd-egd-linux
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 # Change to YES to allow ekeyd-egd-linux to start. Ensure the below are
7 # correctly configured first though.
8 START_EKEYD_EGD_LINUX=YES
9
10 # Change this if you want it to be something other than the default
11 # HOST=127.0.0.1
12 # PORT=8888
13
14 # Number of bits minimum in the pool, below which the daemon will kick in
15 # and transfer data from the EGD to the pool (providing it's available)
16 # WATERMARK=1024
17
18 # Number of 1024 bit (128 byte) blocks to transfer to the kernel each
19 # time it dips below the low water mark.
20 # BLOCKS=3
21
22 # How many shannons-per-byte to claim for data pushed to the pool
23 # SHANNONS=7
24
25 # How many seconds between connection retries. Zero means do-not-retry.
26 RETRYTIME=300