12 lines
275 B
SYSTEMD
12 lines
275 B
SYSTEMD
|
[Unit]
|
||
|
Description=Entropy Daemon based on the HAVEGE algorithm
|
||
|
Documentation=man:haveged(8) http://www.issihosts.com/haveged/
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
PIDFile=/run/haveged.pid
|
||
|
ExecStart=/usr/sbin/haveged -w 1024 -v 1 -p /run/haveged.pid
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|