diff options
Diffstat (limited to 'init.d/urandom')
-rwxr-xr-x | init.d/urandom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/urandom b/init.d/urandom index bc1e7b7d..3fc0a6d0 100755 --- a/init.d/urandom +++ b/init.d/urandom @@ -9,7 +9,7 @@ description="Initializes the random number generator." depend() { need localmount - keywords nojail + keyword nojail } save_seed() |