forked from pool/haveged
- 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
|
Tue Jun 10 08:27:54 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,13 +1,18 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Entropy Daemon based on the HAVEGE algorithm
|
Description=Entropy Daemon based on the HAVEGE algorithm
|
||||||
Documentation=man:haveged(8) http://www.issihosts.com/haveged/
|
Documentation=man:haveged(8) http://www.issihosts.com/haveged/
|
||||||
|
DefaultDependencies=no
|
||||||
ConditionVirtualization=!container
|
ConditionVirtualization=!container
|
||||||
|
Conflicts=shutdown.target
|
||||||
|
After=systemd-random-seed.service
|
||||||
|
Before=sysinit.target shutdown.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/sbin/haveged -w 1024 -v 0 -F
|
ExecStart=/usr/sbin/haveged -w 1024 -v 0 -F
|
||||||
CapabilityBoundingSet=CAP_SYS_ADMIN
|
CapabilityBoundingSet=CAP_SYS_ADMIN
|
||||||
PrivateNetwork=yes
|
PrivateNetwork=yes
|
||||||
|
Restart=always
|
||||||
SuccessExitStatus=137 143
|
SuccessExitStatus=137 143
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=sysinit.target
|
||||||
|
Loading…
Reference in New Issue
Block a user