diff options
author | Jirka Hladky <jhladky@redhat.com> | 2021-12-31 01:43:14 +0100 |
---|---|---|
committer | Jirka Hladky <jhladky@redhat.com> | 2021-12-31 01:43:14 +0100 |
commit | f836b13a20ac6a36aa144c71ee50ac3495488976 (patch) | |
tree | f9280bc810eadf8b15c0890e7ab3988e50cd3370 | |
parent | Removed debug message (diff) | |
download | haveged-f836b13a20ac6a36aa144c71ee50ac3495488976.tar.xz haveged-f836b13a20ac6a36aa144c71ee50ac3495488976.zip |
Revert "Updated systemd service files to not start haveged service on kernel 5.6 and newer"
This reverts commit cef1d425b5431847b8c9ab5b00c3e6b82a32b4f2.
-rw-r--r-- | contrib/Fedora/haveged-switch-root.service | 1 | ||||
-rw-r--r-- | contrib/Fedora/haveged.service | 1 | ||||
-rw-r--r-- | contrib/SUSE/haveged-switch-root.service | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/contrib/Fedora/haveged-switch-root.service b/contrib/Fedora/haveged-switch-root.service index a3eb086..8cc38cf 100644 --- a/contrib/Fedora/haveged-switch-root.service +++ b/contrib/Fedora/haveged-switch-root.service @@ -1,7 +1,6 @@ [Unit] Description=Tell haveged about new root DefaultDependencies=no -ConditionKernelVersion=<5.6 ConditionPathExists=/etc/initrd-release Before=initrd-switch-root.service JoinsNamespaceOf=haveged.service diff --git a/contrib/Fedora/haveged.service b/contrib/Fedora/haveged.service index c05dcba..0d1cfe1 100644 --- a/contrib/Fedora/haveged.service +++ b/contrib/Fedora/haveged.service @@ -2,7 +2,6 @@ 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 diff --git a/contrib/SUSE/haveged-switch-root.service b/contrib/SUSE/haveged-switch-root.service index 24b8649..9757da4 100644 --- a/contrib/SUSE/haveged-switch-root.service +++ b/contrib/SUSE/haveged-switch-root.service @@ -1,7 +1,6 @@ [Unit] Description=Tell haveged about new root DefaultDependencies=no -ConditionKernelVersion=<5.6 ConditionPathExists=/etc/initrd-release Before=initrd-switch-root.service JoinsNamespaceOf=haveged.service |