openrc/conf.d/urandom

13 lines
546 B
Plaintext
Raw Normal View History

# Sometimes you want to have urandom start before "localmount"
# (say for crypt swap), so you will need to customize this
# behavior. If you have /var on a separate partition, then
# make sure this path lives on your root device somewhere.
seed_dir="/var/lib/seedrng"
lock_file="/var/run/seedrng.lock"
# Set this to true if you do not want seed files to actually
# credit the RNG. Set this if you plan to replicate this
# file system image and do not have the wherewithal to first
# delete the contents of /var/lib/seedrng.
skip_credit="false"