Merge pull request #3949 from pprindeville/reprioritize-rngd-startup
rng-tools: start rngd early enough to actually be useful
This commit is contained in:
commit
a9ac78b889
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh /etc/rc.common
|
#!/bin/sh /etc/rc.common
|
||||||
# Copyright (C) 2011-2014 OpenWrt.org
|
# Copyright (C) 2011-2014 OpenWrt.org
|
||||||
|
|
||||||
START=98
|
START=25
|
||||||
|
|
||||||
USE_PROCD=1
|
USE_PROCD=1
|
||||||
PROG=/sbin/rngd
|
PROG=/sbin/rngd
|
||||||
|
|
Loading…
Reference in a new issue