aboutsummaryrefslogtreecommitdiff
path: root/init.d/urandom
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/urandom')
-rwxr-xr-xinit.d/urandom2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.d/urandom b/init.d/urandom
index ecded0a5..3d083766 100755
--- a/init.d/urandom
+++ b/init.d/urandom
@@ -4,6 +4,8 @@
URANDOM_SEED=${URANDOM_SEED:-/var/run/random-seed}
+description="Initializes the random number generator."
+
depend() {
need localmount
}