haveged/haveged.service
2019-09-30 10:52:40 -04:00

14 lines
280 B
Desktop File

[Unit]
Description=Entropy Daemon based on the HAVEGE algorithm
Documentation=man:haveged(8) http://www.issihosts.com/haveged/
[Service]
Type=simple
ExecStart=/usr/sbin/haveged -w 1024 -v 1 --Foreground
SuccessExitStatus=143
Restart=always
[Install]
WantedBy=multi-user.target