- 90-hwrng.rules: Improve udev rule, autostart rngd only when there are hwrng drivers available and one is actually bound to the device. OBS-URL: https://build.opensuse.org/request/show/358071 OBS-URL: https://build.opensuse.org/package/show/Base:System/rng-tools?expand=0&rev=56
3 lines
172 B
Plaintext
3 lines
172 B
Plaintext
ACTION=="add", KERNEL=="hwrng|hw_random", SUBSYSTEM=="misc", ATTR{rng_available}=="?*", ATTR{rng_current}!="none", TAG+="systemd", ENV{SYSTEMD_WANTS}+="rng-tools.service"
|
|
|