jobextra/haveged/initcpio-hook

6 lines
55 B
Plaintext
Raw Normal View History

#!/usr/bin/ash
run_earlyhook() {
haveged --once
}