14 lines
280 B
SYSTEMD
14 lines
280 B
SYSTEMD
|
|
[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
|
||
|
|
|