Browse Source

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

rng-tools: start rngd early enough to actually be useful
lilik-openwrt-22.03
Hannu Nyman 8 years ago
committed by GitHub
parent
commit
a9ac78b889
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/rng-tools/files/rngd.init

+ 1
- 1
utils/rng-tools/files/rngd.init View File

@ -1,7 +1,7 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2011-2014 OpenWrt.org
START=98
START=25
USE_PROCD=1
PROG=/sbin/rngd


Loading…
Cancel
Save