rng-tools/rngd.service
Vladis Dronov 12e926e87d Add a config file for storing rngd options
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>
2021-09-20 14:25:17 +02:00

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