5
0
mirror of git://git.proxmox.com/git/pve-ha-manager.git synced 2025-03-11 20:58:16 +03:00

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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-11-25 17:35:43 +01:00
parent 2167dd1e60
commit 1694ce69f9

View File

@ -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