2019-05-07 09:48:11 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Hardware RNG Entropy Gatherer Daemon
|
2021-09-21 07:14:53 +00:00
|
|
|
ConditionVirtualization=!container
|
2023-05-16 06:22:56 +00:00
|
|
|
ConditionKernelCommandLine=!fips=1
|
2019-05-07 09:48:11 +00:00
|
|
|
|
2022-05-10 07:17:15 +00:00
|
|
|
# The "-f" option is required for the systemd service rngd to work with Type=simple
|
2019-05-07 09:48:11 +00:00
|
|
|
[Service]
|
2022-05-10 07:17:15 +00:00
|
|
|
Type=simple
|
|
|
|
EnvironmentFile=/etc/sysconfig/rngd
|
|
|
|
ExecStart=/usr/sbin/rngd -f $RNGD_ARGS
|
2019-05-07 09:48:11 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sysinit.target
|