- Adjust the service to start early enough for all usecases.
Should fix bnc#892096. OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=98
This commit is contained in:
parent
c512938519
commit
22cb0b6cc5
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user