haveged/haveged.service
2022-07-04 14:20:14 +08:00

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