152b503042
rngd should no long be needed, recent kernels have enough entropy out of the box. This leaves it in the boot.iso but only enables it if inst.rngd is passed on the kernel cmdline. Resolves: rhbz#2028720
12 lines
351 B
Desktop File
12 lines
351 B
Desktop File
[Unit]
|
|
Description=Hardware RNG Entropy Gatherer Daemon
|
|
ConditionVirtualization=!container
|
|
ConditionKernelCommandLine=|inst.rngd
|
|
ConditionKernelCommandLine=!inst.rngd=0
|
|
|
|
# The "-f" option is required for the systemd service rngd to work with Type=simple
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=/etc/sysconfig/rngd
|
|
ExecStart=/usr/sbin/rngd -f $RNGD_ARGS
|