haveged: Fix patch file to make it compatible with recent versions
Part of update to dunfell release BugzID: 69636
This commit is contained in:
parent
a4ba68d825
commit
964a18d401
|
|
@ -5,7 +5,7 @@ index 71697e8..0ae8c09 100644
|
||||||
@@ -4,7 +4,7 @@ Description=Entropy Daemon based on the HAVEGE algorithm
|
@@ -4,7 +4,7 @@ Description=Entropy Daemon based on the HAVEGE algorithm
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/var/run/haveged.pid
|
PIDFile=/run/haveged.pid
|
||||||
-ExecStart=@SBIN_DIR@/haveged -w 1024 -v 1
|
-ExecStart=@SBIN_DIR@/haveged -w 1024 -v 1
|
||||||
+ExecStart=@SBIN_DIR@/haveged -w 1024 -v 1 --data=16
|
+ExecStart=@SBIN_DIR@/haveged -w 1024 -v 1 --data=16
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue