Daniel Baumann
363454abff
- haveged can be run as an application if also running as a daemon (Closes: #998382). Signed-off-by: Daniel Baumann <daniel@debian.org>
5 lines
237 B
Text
5 lines
237 B
Text
# 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"
|
|
|