14 lines
336 B
Desktop File
14 lines
336 B
Desktop File
[Unit]
|
|
Description=Entropy Daemon based on the HAVEGE algorithm
|
|
Documentation=man:haveged(8) http://www.issihosts.com/haveged/
|
|
ConditionVirtualization=!container
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/haveged -w 1024 -v 0 -F
|
|
CapabilityBoundingSet=CAP_SYS_ADMIN
|
|
PrivateNetwork=yes
|
|
SuccessExitStatus=137 143
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|