So rngd options can be adjusted and not overwritten on updates (bz1252175) Disable pkcs11 and nist entropy sources by default (bz1252175#c21) Signed-off-by: Vladis Dronov <vdronov@redhat.com>
13 lines
311 B
Desktop File
13 lines
311 B
Desktop File
[Unit]
|
|
Description=Hardware RNG Entropy Gatherer Daemon
|
|
ConditionVirtualization=!container
|
|
|
|
# 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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|