From: Michael Tremer Date: Wed, 15 Jul 2026 13:47:46 +0000 (+0000) Subject: core204: Restart all gnupg services X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a0d0fe7bf4d27e24433bb9f307b41e7d05439ba;p=ipfire-2.x.git core204: Restart all gnupg services gpg does not really like it when it gets updated, but the services that are running in the background are still the old version. Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/204/update.sh b/config/rootfiles/core/204/update.sh index a1153f73c..05279d0f2 100644 --- a/config/rootfiles/core/204/update.sh +++ b/config/rootfiles/core/204/update.sh @@ -115,6 +115,9 @@ rm -rfv \ # Apply SSH configuration /usr/local/bin/sshctrl +# Restart the gnupg background services +gpgconf --kill all + # Restart the firewall /etc/init.d/firewall restart