rng-tools/rngd.service
2023-05-04 10:13:45 +08:00

12 lines
276 B
Desktop File

[Unit]
Description=Hardware RNG Entropy Gatherer Daemon
# 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