blob: 648d9bcf0c266e8e4bc1dbfdbb46a25cc93f01e4 (
plain)
1
2
3
4
5
|
# Start the haveged service as soon as the random device is available
# to avoid starting other services while starved of entropy
ACTION=="add", KERNEL=="random", SUBSYSTEM=="mem", TAG+="systemd", ENV{SYSTEMD_WANTS}+="haveged.service"
|