From 8ef628f5e318716af84448dad54c25c7d2856a03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 7 Mar 2024 09:31:25 +0100 Subject: [PATCH] meta: add systemd-sysv to dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Proxmox Mail Gateway only works properly with systemd as PID1, encode this in the meta dependencies to avoid accidents. Signed-off-by: Fabian Grünbichler --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 644d910..5df634c 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Depends: pmg-api (>= 8.0.7), proxmox-archive-keyring, proxmox-default-kernel, proxmox-kernel-helper (>= 8.0.3), + systemd-sysv, ${misc:Depends} Description: Proxmox Mail Gateway The Proxmox Mail Gateway is an easy to use Open Source SMTP proxy, -- 2.39.5