diff options
Diffstat (limited to 'conf.d/urandom')
-rw-r--r-- | conf.d/urandom | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf.d/urandom b/conf.d/urandom new file mode 100644 index 00000000..0c3e63c9 --- /dev/null +++ b/conf.d/urandom @@ -0,0 +1,8 @@ +# /etc/conf.d/urandom + +# 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. + +URANDOM_SEED="/var/run/random-seed" |