From df17e52e39f9ad763daf1b27264009f54c985563 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 25 Nov 2015 13:06:55 +0100 Subject: [PATCH] pveproxy.service: add Wants=ssh.service and make sure sshd is running while pveproxy is active --- bin/init.d/pveproxy.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/init.d/pveproxy.service b/bin/init.d/pveproxy.service index 4784a9ec..5631c29c 100644 --- a/bin/init.d/pveproxy.service +++ b/bin/init.d/pveproxy.service @@ -3,8 +3,10 @@ Description=PVE API Proxy Server ConditionPathExists=/usr/bin/pveproxy Wants=pve-cluster.service Wants=pvedaemon.service +Wants=ssh.service After=pve-cluster.service After=pvedaemon.service +After=ssh.service [Service] ExecStart=/usr/bin/pveproxy start