[pmg-devel] [PATCH spamassassin 1/1] d/triggers: add trigger to restart pmg services
Stoiko Ivanov
s.ivanov at proxmox.com
Wed Jun 12 19:10:18 CEST 2024
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 <s.ivanov at proxmox.com>
---
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
--
2.39.2
More information about the pmg-devel
mailing list