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
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
10 # Change this if you want it to be something other than the default
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)
18 # Number of 1024 bit (128 byte) blocks to transfer to the kernel each
19 # time it dips below the low water mark.
22 # How many shannons-per-byte to claim for data pushed to the pool
25 # How many seconds between connection retries. Zero means do-not-retry.