rng-tools/SOURCES/rngd.service

13 lines
308 B
SYSTEMD
Raw Normal View History

2020-04-23 23:01:46 +00:00
[Unit]
Description=Hardware RNG Entropy Gatherer Daemon
2021-06-01 04:12:49 +00:00
ConditionVirtualization=!container
2020-04-23 23:01:46 +00:00
# The "-f" option is required for the systemd service rngd to work with Type=simple
2020-04-23 23:01:46 +00:00
[Service]
Type=simple
EnvironmentFile=/etc/sysconfig/rngd
ExecStart=/usr/sbin/rngd -f $RNGD_ARGS
2020-04-23 23:01:46 +00:00
[Install]
WantedBy=sysinit.target