4 lines
49 B
Bash
4 lines
49 B
Bash
#!/bin/sh
|
|
exec 1>&2
|
|
exec haveged -w 1024 -v 1 -F
|
#!/bin/sh
|
|
exec 1>&2
|
|
exec haveged -w 1024 -v 1 -F
|