2022-07-04 14:20:14 +08:00
|
|
|
[Unit]
|
|
|
|
|
Description=Entropy Daemon based on the HAVEGE algorithm
|
|
|
|
|
|
2019-09-30 10:52:40 -04:00
|
|
|
[Service]
|
2020-09-11 16:37:38 +08:00
|
|
|
ExecStart=/usr/sbin/haveged -w 1024 -v 1 --Foreground
|
2019-09-30 10:52:40 -04:00
|
|
|
Type=simple
|
2020-01-07 20:02:23 +08:00
|
|
|
SuccessExitStatus=137 143
|
2019-09-30 10:52:40 -04:00
|
|
|
Restart=always
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|