From 1694ce69f9e7410ce299b30d4f617f691c94d057 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 25 Nov 2019 17:35:43 +0100 Subject: [PATCH] lrm.service: add after ordering for SSH and pveproxy To avoid early disconnect during shutdown ensure we order After them, for shutdown the ordering is reversed and so we're stopped before those two - this allows to checkout the node stats and do SSH stuff if something fails. Signed-off-by: Thomas Lamprecht --- debian/pve-ha-lrm.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/pve-ha-lrm.service b/debian/pve-ha-lrm.service index 6e3c52f..fb1b5db 100644 --- a/debian/pve-ha-lrm.service +++ b/debian/pve-ha-lrm.service @@ -13,6 +13,8 @@ After=pve-cluster.service After=pve-ha-crm.service After=pve-storage.target After=pvedaemon.service +After=pveproxy.service +After=ssh.service After=syslog.service After=watchdog-mux.service -- 2.39.5