Merge pull request #3949 from pprindeville/reprioritize-rngd-startup

rng-tools: start rngd early enough to actually be useful
This commit is contained in:
Hannu Nyman 2017-02-03 09:37:37 +02:00 committed by GitHub
commit a9ac78b889

View file

@ -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