Files
rng-tools/90-hwrng.rules
Marcus Meissner af1ea31c4a Accepting request 358071 from home:elvigia:branches:Base:System
- 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
2016-02-08 13:42:37 +00:00

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"