diff options
author | Jirka Hladky <jhladky@redhat.com> | 2021-10-28 20:45:17 +0200 |
---|---|---|
committer | Jirka Hladky <jhladky@redhat.com> | 2021-10-28 20:45:17 +0200 |
commit | f95c13bc3faf8dd74884560ccc9dcd6431fd5887 (patch) | |
tree | 0e840ca5a4b1cf42d0974c1a36ba7326c0b1940c /contrib/Raspberry_armhf/90-haveged.rules | |
parent | Merge pull request #65 from Terraminator/master (diff) | |
download | haveged-f95c13bc3faf8dd74884560ccc9dcd6431fd5887.tar.xz haveged-f95c13bc3faf8dd74884560ccc9dcd6431fd5887.zip |
Renamed Kali_Linux_raspberry to Raspberry_armhf. See https://github.com/jirka-h/haveged/issues/63
Diffstat (limited to 'contrib/Raspberry_armhf/90-haveged.rules')
-rw-r--r-- | contrib/Raspberry_armhf/90-haveged.rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/Raspberry_armhf/90-haveged.rules b/contrib/Raspberry_armhf/90-haveged.rules new file mode 100644 index 0000000..6b1c5cf --- /dev/null +++ b/contrib/Raspberry_armhf/90-haveged.rules @@ -0,0 +1,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" + |