summaryrefslogtreecommitdiffstats
path: root/projectroot/usr/lib/systemd/system/haveged.service
blob: 81070ca8b66d695c7d9450fd2cad42aa79c6da5d (plain)
1
2
3
4
5
6
7
8
9
10
11
[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

[Install]
WantedBy=multi-user.target