rng-tools/rngd.service

9 lines
129 B
SYSTEMD
Raw Normal View History

2020-02-20 13:44:58 +08:00
[Unit]
Description=Hardware RNG Entropy Gatherer Daemon
[Service]
2023-11-13 16:36:38 +08:00
ExecStart=/sbin/rngd -f
2020-02-20 13:44:58 +08:00
[Install]
WantedBy=multi-user.target