Accepting request 246784 from security

- Adjust the service to start early enough for all usecases.
  Should fix bnc#892096.

OBS-URL: https://build.opensuse.org/request/show/246784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haveged?expand=0&rev=42
This commit is contained in:
Stephan Kulow 2014-08-31 07:58:45 +00:00 committed by Git OBS Bridge
commit 4eb87769f5
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 29 07:23:34 UTC 2014 - tchvatal@suse.com
- Adjust the service to start early enough for all usecases.
Should fix bnc#892096.
-------------------------------------------------------------------
Tue Jun 10 08:27:54 UTC 2014 - tchvatal@suse.com

View File

@ -1,13 +1,18 @@
[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
[Service]
ExecStart=/usr/sbin/haveged -w 1024 -v 0 -F
CapabilityBoundingSet=CAP_SYS_ADMIN
PrivateNetwork=yes
Restart=always
SuccessExitStatus=137 143
[Install]
WantedBy=multi-user.target
WantedBy=sysinit.target