From f30f0ec5f856a354965dae62b3bf8c09a0917100 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Fri, 25 Apr 2025 17:54:11 +0200 Subject: [PATCH] Adding Conflicts=shutdown.target in haveged.service, to actually stop haveged unit during the shutdown transaction, instead of relying on systemd-shutdown to kill haveged during the very late catch-all killall. Signed-off-by: Daniel Baumann --- debian/haveged.service | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/haveged.service b/debian/haveged.service index 4425c10..56d8092 100644 --- a/debian/haveged.service +++ b/debian/haveged.service @@ -4,6 +4,7 @@ Documentation=man:haveged(8) http://www.issihosts.com/haveged/ DefaultDependencies=no After=apparmor.service systemd-tmpfiles-setup.service systemd-tmpfiles-setup-dev.service Before=sysinit.target shutdown.target +Conflicts=shutdown.target [Service] EnvironmentFile=-/etc/default/haveged