12 lines
220 B
Desktop File
12 lines
220 B
Desktop File
[Unit]
|
|
Description=Entropy Daemon based on the HAVEGE algorithm
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/haveged -w 1024 -v 1 --Foreground
|
|
Type=simple
|
|
SuccessExitStatus=137 143
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|