rng-tools/rngd.service
Vladis Dronov 16724ea3a2 Update to the upstream v6.15 @ cb8cc624
Fix a number of issues found by covscan code scanner
Add a jitter init timeout for tests
Add a start condition for the FIPS mode

Resolves: rhbz#2156554

Signed-off-by: Vladis Dronov <vdronov@redhat.com>
2022-12-29 17:07:55 +01:00

14 lines
346 B
Desktop File

[Unit]
Description=Hardware RNG Entropy Gatherer Daemon
ConditionVirtualization=!container
ConditionKernelCommandLine=!fips=1
# 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