rng-tools/SOURCES/rngd.service

14 lines
343 B
SYSTEMD
Raw Permalink Normal View History

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
# The "-f" option is required for the systemd service rngd to work with Type=simple
2019-05-07 09:48:11 +00:00
[Service]
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