2020-10-20 14:42:43 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Hardware RNG Entropy Gatherer Daemon
|
2021-05-24 16:54:48 +00:00
|
|
|
ConditionVirtualization=!container
|
2022-12-29 16:06:14 +00:00
|
|
|
ConditionKernelCommandLine=!fips=1
|
2020-10-20 14:42:43 +00:00
|
|
|
|
2021-11-23 22:23:27 +00:00
|
|
|
# The "-f" option is required for the systemd service rngd to work with Type=simple
|
2020-10-20 14:42:43 +00:00
|
|
|
[Service]
|
2021-11-23 22:23:27 +00:00
|
|
|
Type=simple
|
|
|
|
EnvironmentFile=/etc/sysconfig/rngd
|
|
|
|
ExecStart=/usr/sbin/rngd -f $RNGD_ARGS
|
2020-10-20 14:42:43 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|