gluon-autoupdater: start/stop urngd instead of haveged

OpenWRT 19.07 enables urngd by default, so haveged is redundant.
This commit is contained in:
Jan Luebbe 2020-04-22 20:28:21 +02:00
parent f2e48972c9
commit 15125c7820
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@
start_enabled cron
start_enabled haveged
start_enabled urngd
start_enabled micrond
start_enabled sysntpd

View File

@ -4,6 +4,6 @@
stop cron
stop haveged
stop urngd
stop micrond
stop sysntpd