]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
core204: Restart all gnupg services
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 15 Jul 2026 13:47:46 +0000 (13:47 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 15 Jul 2026 13:47:46 +0000 (13:47 +0000)
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 <michael.tremer@ipfire.org>
config/rootfiles/core/204/update.sh

index a1153f73cb64a7a4f0beb046f1f8bdff1ba1b40c..05279d0f2a39a1ce7cdfa4676a105a88e1997a1d 100644 (file)
@@ -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