From 67a3815b65abad398a61e36939fb72608e459656 Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Wed, 12 Jun 2024 19:10:18 +0200 Subject: [PATCH] d/triggers: add trigger to restart pmg services currently an update to SpamAssassin does not reload the relevant services in pmg (mostly pmg-smtp-filter and the api-daemons, but through transitive use statements most others also pull in some part of SpamAssassin) This patch simply adds a new trigger [0,1] to reload all services, as is already done for updates of pve-common). [0] https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/doc/spec/triggers.txt [1] https://manpages.debian.org/bookworm/dpkg-dev/deb-triggers.5.en.html Signed-off-by: Stoiko Ivanov --- debian/triggers | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/triggers diff --git a/debian/triggers b/debian/triggers new file mode 100644 index 0000000..bd449c4 --- /dev/null +++ b/debian/triggers @@ -0,0 +1 @@ +activate-noawait pmg-sa-updates