2025-02-05 13:10:21 +01:00
|
|
|
# Start the haveged service as soon as the random device is available
|
|
|
|
# to avoid starting other services while starved of entropy
|
|
|
|
|
2025-02-05 13:12:32 +01:00
|
|
|
ACTION=="add", KERNEL=="random", SUBSYSTEM=="mem", TAG+="systemd", ENV{SYSTEMD_WANTS}+="haveged.service"
|
2025-02-05 13:10:21 +01:00
|
|
|
|