Skip to content

Commit

Permalink
gluon-autoupdater: start/stop 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 2829c85 commit 35b4a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@


start_enabled cron
start_enabled haveged
start_enabled urngd
start_enabled micrond
start_enabled sysntpd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@


stop cron
stop haveged
stop urngd
stop micrond
stop sysntpd

0 comments on commit 35b4a97

Please sign in to comment.