haveged/haveged.service
Marcus Meissner 573491c75a Accepting request 339597 from home:msmeissn:branches:security
- haveged.service: reverted the dependency on systemd-journald.socket
  for now, as it causes a dependency loop. bsc#949728 bsc#950857

OBS-URL: https://build.opensuse.org/request/show/339597
OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=105
2015-10-18 11:01:48 +00:00

19 lines
495 B
Desktop File

[Unit]
Description=Entropy Daemon based on the HAVEGE algorithm
Documentation=man:haveged(8) http://www.issihosts.com/haveged/
DefaultDependencies=no
ConditionVirtualization=!container
#Conflicts=shutdown.target
After=systemd-random-seed.service
Before=sysinit.target shutdown.target systemd-journald.service
[Service]
ExecStart=/usr/sbin/haveged -w 1024 -v 0 -F
CapabilityBoundingSet=CAP_SYS_ADMIN
PrivateNetwork=yes
Restart=always
SuccessExitStatus=137 143
[Install]
WantedBy=sysinit.target