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