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
7f25bb678c
commit
7305bc21f6
|
|
@ -5,7 +5,7 @@ index 71697e8..0ae8c09 100644
|
|||
@@ -4,7 +4,7 @@ Description=Entropy Daemon based on the HAVEGE algorithm
|
||||
[Service]
|
||||
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 --data=16
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue