Skip to content

Commit

Permalink
gluon-setup-mode: start urngd instead of haveged
Browse files Browse the repository at this point in the history
OpenWRT 19.07 enables urngd by default, so haveged is redundant.
  • Loading branch information
Jan Luebbe authored and mweinelt committed Apr 29, 2020
1 parent 35b4a97 commit 6a371d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6a371d8

Please sign in to comment.