diff options
author | Roy Marples <roy@marples.name> | 2009-07-01 00:13:25 +0100 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-07-01 00:13:25 +0100 |
commit | 9907c905524cadc025e78a0400a157d417af0087 (patch) | |
tree | fef5b0f881d3fedbd1d6d874ab11c216bc73ef24 /init.d | |
parent | b4104957b198b38aba609ed3889e7fa605012d19 (diff) |
Host should configure urandom.
Fixes #179.
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/urandom.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/urandom.in b/init.d/urandom.in index 28c5614e..ab85e3ec 100644 --- a/init.d/urandom.in +++ b/init.d/urandom.in @@ -8,7 +8,7 @@ description="Initializes the random number generator." depend() { need localmount - keyword -jail -prefix + keyword -jail -openvz -prefix } save_seed() |