osc copypac from project:openSUSE:Factory package:haveged revision:57

OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=139
This commit is contained in:
2021-11-02 08:17:58 +00:00
committed by Git OBS Bridge
parent 25e9f9a4ac
commit e155a57e32
6 changed files with 115 additions and 9 deletions

19
haveged.service Normal file
View File

@@ -0,0 +1,19 @@
[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
# Don't wait for systemd-random-seed.service, leads to deadlock with fips=1
#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 CAP_SYS_CHROOT
PrivateNetwork=yes
Restart=always
SuccessExitStatus=137 143
[Install]
WantedBy=sysinit.target