rng-tools/rngd.service

12 lines
276 B
SYSTEMD
Raw Permalink Normal View History

2020-02-20 13:44:58 +08:00
[Unit]
Description=Hardware RNG Entropy Gatherer Daemon
2023-04-24 11:34:16 +08:00
# The "-f" option is required for the systemd service rngd to work with Type=simple
2020-02-20 13:44:58 +08:00
[Service]
2023-04-24 11:34:16 +08:00
Type=simple
EnvironmentFile=/etc/sysconfig/rngd
ExecStart=/usr/sbin/rngd -f $RNGD_ARGS
2020-02-20 13:44:58 +08:00
[Install]
WantedBy=multi-user.target