forked from freifunk-gluon/gluon
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gluon-setup-mode: start urngd instead of haveged
OpenWRT 19.07 enables urngd by default, so haveged is redundant.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
5 changes: 0 additions & 5 deletions
5
package/gluon-setup-mode/files/lib/gluon/setup-mode/rc.d/S13haveged
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
package/gluon-setup-mode/files/lib/gluon/setup-mode/rc.d/S13urngd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |