gluon-setup-mode: start urngd instead of haveged
OpenWRT 19.07 enables urngd by default, so haveged is redundant.
This commit is contained in:
parent
35b4a97cce
commit
6a371d88f0
@ -1,5 +0,0 @@
|
|||||||
#!/bin/sh /etc/rc.common
|
|
||||||
|
|
||||||
if [ -x /etc/init.d/haveged ] && /etc/init.d/haveged enabled; then
|
|
||||||
. /etc/init.d/haveged
|
|
||||||
fi
|
|
5
package/gluon-setup-mode/files/lib/gluon/setup-mode/rc.d/S13urngd
Executable file
5
package/gluon-setup-mode/files/lib/gluon/setup-mode/rc.d/S13urngd
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh /etc/rc.common
|
||||||
|
|
||||||
|
if [ -x /etc/init.d/urngd ] && /etc/init.d/urngd enabled; then
|
||||||
|
. /etc/init.d/urngd
|
||||||
|
fi
|
Loading…
Reference in New Issue
Block a user