2010-11-05 17:27:47 +01:00
|
|
|
[Unit]
|
2014-05-07 11:24:36 +02:00
|
|
|
Description=Entropy Daemon based on the HAVEGE algorithm
|
|
|
|
Documentation=man:haveged(8) http://www.issihosts.com/haveged/
|
2014-08-29 09:24:12 +02:00
|
|
|
DefaultDependencies=no
|
2014-06-10 10:28:33 +02:00
|
|
|
ConditionVirtualization=!container
|
2015-02-18 09:13:58 +01:00
|
|
|
#Conflicts=shutdown.target
|
2016-06-17 16:37:51 +02:00
|
|
|
# Don't wait for systemd-random-seed.service, leads to deadlock with fips=1
|
|
|
|
#After=systemd-random-seed.service
|
2015-10-18 13:01:48 +02:00
|
|
|
Before=sysinit.target shutdown.target systemd-journald.service
|
2010-11-05 17:27:47 +01:00
|
|
|
|
|
|
|
[Service]
|
2014-05-12 10:39:42 +02:00
|
|
|
ExecStart=/usr/sbin/haveged -w 1024 -v 0 -F
|
2018-07-12 14:26:06 +02:00
|
|
|
CapabilityBoundingSet=CAP_SYS_ADMIN CAP_SYS_CHROOT
|
2012-09-24 22:51:37 +02:00
|
|
|
PrivateNetwork=yes
|
2014-08-29 09:24:12 +02:00
|
|
|
Restart=always
|
2014-05-12 10:39:42 +02:00
|
|
|
SuccessExitStatus=137 143
|
2014-05-07 11:24:36 +02:00
|
|
|
|
2010-11-05 17:27:47 +01:00
|
|
|
[Install]
|
2014-08-29 09:24:12 +02:00
|
|
|
WantedBy=sysinit.target
|