meta-netmodule-distro/recipes-extended/haveged/patches/start-daemon-with-data-arg-...

14 lines
406 B
Diff

diff --git a/init.d/service.redhat b/init.d/service.redhat
index 71697e8..0ae8c09 100644
--- a/init.d/service.redhat
+++ b/init.d/service.redhat
@@ -4,7 +4,7 @@ Description=Entropy Daemon based on the HAVEGE algorithm
[Service]
Type=forking
PIDFile=/run/haveged.pid
-ExecStart=@SBIN_DIR@/haveged -w 1024 -v 1
+ExecStart=@SBIN_DIR@/haveged -w 1024 -v 1 --data=16
[Install]
WantedBy=multi-user.target