blob: 6b1c5cf5e8575fe57e8b9b9889a61daa7162e40b (
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"
|