diff options
Diffstat (limited to 'init.d/urandom.in')
-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 9f4350b3..54706ac9 100644 --- a/init.d/urandom.in +++ b/init.d/urandom.in @@ -15,7 +15,7 @@ description="Initializes the random number generator." depend() { need localmount - keyword -jail -lxc -openvz -prefix -systemd-nspawn + keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn } save_seed() |