From 57f110df07bbda491085cc21ad0dc094d9e81f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 11 Nov 2019 11:28:37 +0100 Subject: [PATCH] pveproxy.service: take over pvecm call from pve-cluster.service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to ensure certificate/key is present prior to loading them. Signed-off-by: Fabian Grünbichler --- services/pveproxy.service | 1 + 1 file changed, 1 insertion(+) diff --git a/services/pveproxy.service b/services/pveproxy.service index 8c80ebf1..51038785 100644 --- a/services/pveproxy.service +++ b/services/pveproxy.service @@ -11,6 +11,7 @@ After=pvedaemon.service After=ssh.service [Service] +ExecStartPre=-/usr/bin/pvecm updatecerts --silent ExecStart=/usr/bin/pveproxy start ExecStop=/usr/bin/pveproxy stop ExecReload=/usr/bin/pveproxy restart