haveged/haveged.service

14 lines
280 B
SYSTEMD
Raw Normal View History

2019-09-30 10:52:40 -04:00
[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