Update to v1.9.17 OBS-URL: https://build.opensuse.org/request/show/955185 OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=144
6 lines
238 B
Plaintext
6 lines
238 B
Plaintext
# 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"
|
|
|