5 lines
55 B
Bash
5 lines
55 B
Bash
#!/usr/bin/ash
|
|
|
|
run_earlyhook() {
|
|
haveged --once
|
|
}
|