summaryrefslogtreecommitdiffstats
path: root/contrib/Fedora/haveged.service
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Fedora/haveged.service')
-rw-r--r--contrib/Fedora/haveged.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/Fedora/haveged.service b/contrib/Fedora/haveged.service
index abb9cfc..55c8600 100644
--- a/contrib/Fedora/haveged.service
+++ b/contrib/Fedora/haveged.service
@@ -2,11 +2,12 @@
Description=Entropy Daemon based on the HAVEGE algorithm
Documentation=man:haveged(8) http://www.issihosts.com/haveged/
DefaultDependencies=no
+ConditionKernelVersion=<5.6
After=systemd-tmpfiles-setup-dev.service
Before=sysinit.target shutdown.target systemd-journald.service
[Service]
-ExecStart=@SBIN_DIR@/haveged -w 1024 -v 1 --Foreground
+ExecStart=@SBIN_DIR@/haveged -w 1024 -v 1 --Foreground -v 64
Restart=always
SuccessExitStatus=137 143